text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaConstants.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public class YogaConstants { ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaConstants.java", "license": "mit", "size": 576}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaDimension.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public enum YogaDimension { ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaDimension.java", "license": "mit", "size": 643}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaDirection.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public enum YogaDirection { ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaDirection.java", "license": "mit", "size": 677}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaDisplay.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public enum YogaDisplay { FLE...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaDisplay.java", "license": "mit", "size": 631}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaEdge.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public enum YogaEdge { LEFT(0), ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaEdge.java", "license": "mit", "size": 910}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaExperimentalFeature.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public enum YogaExp...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaExperimentalFeature.java", "license": "mit", "size": 649}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaFlexDirection.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public enum YogaFlexDirec...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaFlexDirection.java", "license": "mit", "size": 761}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaJustify.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public enum YogaJustify { FLE...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaJustify.java", "license": "mit", "size": 865}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaLayoutType.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public enum YogaLayoutType {...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaLayoutType.java", "license": "mit", "size": 764}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaLogLevel.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; import com.facebook.proguard.a...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaLogLevel.java", "license": "mit", "size": 878}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaLogger.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; import com.facebook.proguard.ann...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaLogger.java", "license": "mit", "size": 531}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaMeasureFunction.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public interface YogaMe...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaMeasureFunction.java", "license": "mit", "size": 484}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaMeasureMode.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public enum YogaMeasureMode...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaMeasureMode.java", "license": "mit", "size": 703}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaMeasureOutput.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; /** * Helpers for buildi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaMeasureOutput.java", "license": "mit", "size": 892}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaNative.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; import com.facebook.proguard.ann...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaNative.java", "license": "mit", "size": 8285}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaNode.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; import javax.annotation.Nullable; ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaNode.java", "license": "mit", "size": 5840}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaNodeFactory.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public abstract class YogaN...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaNodeFactory.java", "license": "mit", "size": 441}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaNodeJNIBase.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; import com.facebook.proguar...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaNodeJNIBase.java", "license": "mit", "size": 21537}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaNodeJNIFinalizer.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public class YogaNodeJ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaNodeJNIFinalizer.java", "license": "mit", "size": 739}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaNodeType.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public enum YogaNodeType { D...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaNodeType.java", "license": "mit", "size": 640}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaOverflow.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public enum YogaOverflow { V...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaOverflow.java", "license": "mit", "size": 686}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaPositionType.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public enum YogaPositionTy...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaPositionType.java", "license": "mit", "size": 662}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaPrintOptions.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public enum YogaPrintOptio...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaPrintOptions.java", "license": "mit", "size": 698}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaStyleInputs.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public class YogaStyleInput...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaStyleInputs.java", "license": "mit", "size": 2106}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaUnit.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public enum YogaUnit { UNDEFINED...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaUnit.java", "license": "mit", "size": 716}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaValue.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public class YogaValue { static...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaValue.java", "license": "mit", "size": 1925}
### File: ReactAndroid/src/main/java/com/facebook/yoga/YogaWrap.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.yoga; public enum YogaWrap { NO_WRAP(0...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/java/com/facebook/yoga/YogaWrap.java", "license": "mit", "size": 682}
### File: ReactAndroid/src/main/jni/Application.mk # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. APP_BUILD_SCRIPT := Android.mk APP_ABI := armeabi-v7a x86 arm64-v8a x86_64 APP_PLATFORM :=...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Makefile", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/Application.mk", "license": "mit", "size": 1304}
### File: ReactAndroid/src/main/jni/first-party/fb/Android.mk # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_SRC_FILES:= \ ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Makefile", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/Android.mk", "license": "mit", "size": 1191}
### File: ReactAndroid/src/main/jni/first-party/fb/BUCK load("//tools/build_defs/oss:rn_defs.bzl", "JNI_TARGET", "oss_cxx_library", "subdir_glob") # This target is only used in open source oss_cxx_library( name = "jni", srcs = glob([ "*.cpp", "jni/*.cpp", "lyra/*.cpp", ]), heade...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Starlark", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/BUCK", "license": "mit", "size": 732}
### File: ReactAndroid/src/main/jni/first-party/fb/assert.cpp /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <cstdarg> #include <stdio.h> #include <fb/assert.h> #includ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/assert.cpp", "license": "mit", "size": 1043}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/ALog.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /** @file ALog.h * * Very simple android only logging. Defi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/ALog.h", "license": "mit", "size": 2212}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/Build.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <stdlib.h> #if defined(__ANDROID__) #...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/Build.h", "license": "mit", "size": 636}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/Countable.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <atomic> #include <fb/assert.h> #in...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/Countable.h", "license": "mit", "size": 818}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/Environment.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <functional> #include <string> #i...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/Environment.h", "license": "mit", "size": 3533}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/ProgramLocation.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <cstring> #include <string> #...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/ProgramLocation.h", "license": "mit", "size": 1346}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/RefPtr.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <utility> #include <fb/assert.h> name...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/RefPtr.h", "license": "mit", "size": 7025}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/StaticInitialized.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <fb/assert.h> #include <uti...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/StaticInitialized.h", "license": "mit", "size": 875}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/ThreadLocal.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <pthread.h> #include <errno.h> ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/ThreadLocal.h", "license": "mit", "size": 2583}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/assert.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #ifndef FBASSERT_H #define FBASSERT_H #include <fb/visibili...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/assert.h", "license": "mit", "size": 1150}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <jni.h> #include <fb/Environment.h> #...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni.h", "license": "mit", "size": 563}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Boxed.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "CoreClasses.h" namespace faceb...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Boxed.h", "license": "mit", "size": 2096}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/ByteBuffer.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <fb/visibility.h> #include...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/ByteBuffer.h", "license": "mit", "size": 931}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Common.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /** @file Common.h * * Defining the stuff that don't...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Common.h", "license": "mit", "size": 2964}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Context.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "CoreClasses.h" #include "File...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Context.h", "license": "mit", "size": 816}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/CoreClasses-inl.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <string.h> #include <t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/CoreClasses-inl.h", "license": "mit", "size": 19152}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/CoreClasses.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once /** @file CoreClasses.h * * In Co...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/CoreClasses.h", "license": "mit", "size": 23006}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Exceptions.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /** * @file Exceptions.h * * After invoking a J...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Exceptions.h", "license": "mit", "size": 4106}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/File.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "CoreClasses.h" namespace facebo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/File.h", "license": "mit", "size": 615}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Hybrid.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <memory> #include <type_traits>...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Hybrid.h", "license": "mit", "size": 10525}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Iterator-inl.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once namespace facebook { namespace jni...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Iterator-inl.h", "license": "mit", "size": 5868}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Iterator.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "CoreClasses.h" namespace fa...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Iterator.h", "license": "mit", "size": 4208}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/JThread.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "CoreClasses.h" #include "Nati...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/JThread.h", "license": "mit", "size": 881}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/JWeakReference.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <fb/visibility.h> #inc...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/JWeakReference.h", "license": "mit", "size": 1156}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Meta-forward.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once namespace facebook { namespace jni...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Meta-forward.h", "license": "mit", "size": 727}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Meta-inl.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <jni.h> #include "Common.h" ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Meta-inl.h", "license": "mit", "size": 17440}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Meta.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /** @file meta.h * * Provides wrappers for meta data s...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Meta.h", "license": "mit", "size": 11983}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/MetaConvert.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <jni.h> #include "Common....
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/MetaConvert.h", "license": "mit", "size": 3729}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/NativeRunnable.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "CoreClasses.h" #includ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/NativeRunnable.h", "license": "mit", "size": 953}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/ReadableByteChannel.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <fb/fbjni.h> #incl...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/ReadableByteChannel.h", "license": "mit", "size": 52...
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/ReferenceAllocators-inl.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <cassert> #inc...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/ReferenceAllocators-inl.h", "license": "mit", "size"...
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/ReferenceAllocators.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /** * @file ReferenceAllocators.h * * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/ReferenceAllocators.h", "license": "mit", "size": 14...
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/References-forward.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "ReferenceAllocator...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/References-forward.h", "license": "mit", "size": 156...
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/References-inl.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <new> #include "CoreCla...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/References-inl.h", "license": "mit", "size": 14375}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/References.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /** @file References.h * * Functionality simila...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/References.h", "license": "mit", "size": 20794}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Registration-inl.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "Exceptions.h" #inclu...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Registration-inl.h", "license": "mit", "size": 5675}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Registration.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <jni.h> #include "Referen...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/Registration.h", "license": "mit", "size": 8155}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/TypeTraits.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <type_traits> #include "Re...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/TypeTraits.h", "license": "mit", "size": 5178}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/log.h /* * Copyright (C) 2005 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * htt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/log.h", "license": "mit", "size": 9543}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/lyra.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <iomanip> #include <iostream> #include ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/lyra.h", "license": "mit", "size": 5612}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/noncopyable.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once namespace facebook { struct noncopyable ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/noncopyable.h", "license": "mit", "size": 389}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/nonmovable.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once namespace facebook { struct nonmovable { ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/nonmovable.h", "license": "mit", "size": 373}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fb/visibility.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #define FBEXPORT __attribute__((visibility...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fb/visibility.h", "license": "mit", "size": 259}
### File: ReactAndroid/src/main/jni/first-party/fb/include/fbjni/fbjni.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <fb/fbjni.h>
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/fbjni/fbjni.h", "license": "mit", "size": 225}
### File: ReactAndroid/src/main/jni/first-party/fb/include/jni/Countable.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <jni.h> #include <fb/Countable.h...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/jni/Countable.h", "license": "mit", "size": 831}
### File: ReactAndroid/src/main/jni/first-party/fb/include/jni/GlobalReference.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <memory> #include <type_tra...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/jni/GlobalReference.h", "license": "mit", "size": 1889}
### File: ReactAndroid/src/main/jni/first-party/fb/include/jni/JniTerminateHandler.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <fb/visibility.h> name...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/jni/JniTerminateHandler.h", "license": "mit", "size": 314}
### File: ReactAndroid/src/main/jni/first-party/fb/include/jni/LocalReference.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <memory> #include <type_trai...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/jni/LocalReference.h", "license": "mit", "size": 809}
### File: ReactAndroid/src/main/jni/first-party/fb/include/jni/LocalString.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <string> #include <jni.h> #in...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/jni/LocalString.h", "license": "mit", "size": 3041}
### File: ReactAndroid/src/main/jni/first-party/fb/include/jni/Registration.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <jni.h> #include <initializer_l...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/jni/Registration.h", "license": "mit", "size": 693}
### File: ReactAndroid/src/main/jni/first-party/fb/include/jni/WeakReference.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <string> #include <jni.h> #inc...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/jni/WeakReference.h", "license": "mit", "size": 1137}
### File: ReactAndroid/src/main/jni/first-party/fb/include/jni/jni_helpers.h /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <jni.h> #include <fb/visibilit...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/include/jni/jni_helpers.h", "license": "mit", "size": 4382}
### File: ReactAndroid/src/main/jni/first-party/fb/jni/ByteBuffer.cpp /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <fb/fbjni/ByteBuffer.h> #include <stdexcept> #incl...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/ByteBuffer.cpp", "license": "mit", "size": 2431}
### File: ReactAndroid/src/main/jni/first-party/fb/jni/Countable.cpp /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <cstdint> #include <jni/Countable.h> #include <fb/Env...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/Countable.cpp", "license": "mit", "size": 2093}
### File: ReactAndroid/src/main/jni/first-party/fb/jni/Environment.cpp /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <fb/log.h> #include <fb/ThreadLocal.h> #include <fb...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/Environment.cpp", "license": "mit", "size": 5381}
### File: ReactAndroid/src/main/jni/first-party/fb/jni/Exceptions.cpp /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <fb/fbjni/CoreClasses.h> #include <fb/assert.h> #in...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/Exceptions.cpp", "license": "mit", "size": 11673}
### File: ReactAndroid/src/main/jni/first-party/fb/jni/Hybrid.cpp /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "fb/fbjni.h" namespace facebook { namespace jni { nam...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/Hybrid.cpp", "license": "mit", "size": 625}
### File: ReactAndroid/src/main/jni/first-party/fb/jni/LocalString.cpp /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <jni/LocalString.h> #include <fb/Environment.h> #in...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/LocalString.cpp", "license": "mit", "size": 9414}
### File: ReactAndroid/src/main/jni/first-party/fb/jni/OnLoad.cpp /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <jni/Countable.h> #include <fb/Environment.h> #include <...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/OnLoad.cpp", "license": "mit", "size": 483}
### File: ReactAndroid/src/main/jni/first-party/fb/jni/ReadableByteChannel.cpp /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <fb/fbjni/ReadableByteChannel.h> namespace...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/ReadableByteChannel.cpp", "license": "mit", "size": 582}
### File: ReactAndroid/src/main/jni/first-party/fb/jni/References.cpp /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <fb/fbjni/References.h> namespace facebook { namesp...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/References.cpp", "license": "mit", "size": 808}
### File: ReactAndroid/src/main/jni/first-party/fb/jni/WeakReference.cpp /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <fb/Environment.h> #include <jni/WeakReference.h>...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/WeakReference.cpp", "license": "mit", "size": 1061}
### File: ReactAndroid/src/main/jni/first-party/fb/jni/android/CpuCapabilities.cpp /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <fb/CpuCapabilities.h> #include <cpu-fe...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/android/CpuCapabilities.cpp", "license": "mit", "size": 2285}
### File: ReactAndroid/src/main/jni/first-party/fb/jni/android/ReferenceChecking.cpp /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #ifndef __ANDROID__ #error "This file should o...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/android/ReferenceChecking.cpp", "license": "mit", "size": 718}
### File: ReactAndroid/src/main/jni/first-party/fb/jni/fbjni.cpp /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <fb/fbjni.h> #include <mutex> #include <vector> #include...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/fbjni.cpp", "license": "mit", "size": 8502}
### File: ReactAndroid/src/main/jni/first-party/fb/jni/java/BUCK load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_java_library") rn_java_library( name = "java", srcs = glob(["**/*.java"]), visibility = ["PUBLIC"], deps = [ react_native_dep("java/com/facebook/proguard/annotatio...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Starlark", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/java/BUCK", "license": "mit", "size": 282}
### File: ReactAndroid/src/main/jni/first-party/fb/jni/java/CppException.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.jni; import com.facebook.progua...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/java/CppException.java", "license": "mit", "size": 415}
### File: ReactAndroid/src/main/jni/first-party/fb/jni/java/CppSystemErrorException.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.jni; import com.face...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/java/CppSystemErrorException.java", "license": "mit", "size": 55...
### File: ReactAndroid/src/main/jni/first-party/fb/jni/java/UnknownCppException.java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.jni; import com.facebook...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/java/UnknownCppException.java", "license": "mit", "size": 499}
### File: ReactAndroid/src/main/jni/first-party/fb/jni/jni_helpers.cpp /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <jni.h> #include <stddef.h> #include <cstdio> #inc...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincentJinxin/react-native", "path": "ReactAndroid/src/main/jni/first-party/fb/jni/jni_helpers.cpp", "license": "mit", "size": 5900}