text stringlengths 24 1.04M | metadata stringlengths 233 497 |
|---|---|
### File: ReactAndroid/src/main/jni/first-party/fb/log.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 <stdarg.h>
#include <stdio.h>
#include <str... | {"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/log.cpp", "license": "mit", "size": 2205} |
### File: ReactAndroid/src/main/jni/first-party/fb/lyra/lyra.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/lyra.h>
#include <ios>
#include <memory>
#include <v... | {"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/lyra/lyra.cpp", "license": "mit", "size": 3159} |
### File: ReactAndroid/src/main/jni/first-party/fb/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.h>
#ifndef DISABLE_CPUCAP
#include <fb/CpuCapabilities.... | {"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/onload.cpp", "license": "mit", "size": 631} |
### File: ReactAndroid/src/main/jni/first-party/fbgloginit/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/fbgloginit/Android.mk", "license": "mit", "size": 521} |
### File: ReactAndroid/src/main/jni/first-party/fbgloginit/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "GLOG_DEP", "cxx_library")
cxx_library(
name = "fbgloginit",
srcs = [
"glog_init.cpp",
],
header_namespace = "",
exported_headers = ["fb/glog_init.h"],
compiler_flags = [
"... | {"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/fbgloginit/BUCK", "license": "mit", "size": 427} |
### File: ReactAndroid/src/main/jni/first-party/fbgloginit/fb/glog_init.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>
namespace facebook { 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/fbgloginit/fb/glog_init.h", "license": "mit", "size": 322} |
### File: ReactAndroid/src/main/jni/first-party/fbgloginit/glog_init.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/glog_init.h"
#include <iostream>
#include <m... | {"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/fbgloginit/glog_init.cpp", "license": "mit", "size": 3153} |
### File: ReactAndroid/src/main/jni/first-party/hermes/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_MODULE:= hermes
LOCA... | {"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/hermes/Android.mk", "license": "mit", "size": 340} |
### File: ReactAndroid/src/main/jni/first-party/jni-hack/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "cxx_library")
# 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.
cxx_library(
name... | {"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/jni-hack/BUCK", "license": "mit", "size": 427} |
### File: ReactAndroid/src/main/jni/first-party/jni-hack/jni.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
#ifdef __ANDROID__
#include_next <jni.h>
#else
#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/jni-hack/jni.h", "license": "mit", "size": 279} |
### File: ReactAndroid/src/main/jni/first-party/jni-hack/real/jni.h
/*
* Copyright (C) 2006 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/jni-hack/real/jni.h", "license": "mit", "size": 51912} |
### File: ReactAndroid/src/main/jni/first-party/yogajni/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_MODULE := yoga
... | {"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/yogajni/Android.mk", "license": "mit", "size": 597} |
### File: ReactAndroid/src/main/jni/first-party/yogajni/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "FBJNI_TARGET", "oss_cxx_library")
# This target is only used in open source
oss_cxx_library(
name = "jni",
srcs = glob(["jni/*.cpp"]),
header_namespace = "",
compiler_flags = [
"-fno-omit-fr... | {"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/yogajni/BUCK", "license": "mit", "size": 516} |
### File: ReactAndroid/src/main/jni/first-party/yogajni/jni/ScopedGlobalRef.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 <cstddef>
#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/yogajni/jni/ScopedGlobalRef.h", "license": "mit", "size": 4395} |
### File: ReactAndroid/src/main/jni/first-party/yogajni/jni/ScopedLocalRef.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.
*/
/**
* This is a modified version of Android's ScopedL... | {"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/yogajni/jni/ScopedLocalRef.h", "license": "mit", "size": 4229} |
### File: ReactAndroid/src/main/jni/first-party/yogajni/jni/YGJNI.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.
*/
const short int LAYOUT_EDGE_SET_FLAG_INDEX = 0;
const short int... | {"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/yogajni/jni/YGJNI.h", "license": "mit", "size": 1712} |
### File: ReactAndroid/src/main/jni/first-party/yogajni/jni/YGJNIVanilla.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 "YGJNIVanilla.h"
#include <y... | {"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/yogajni/jni/YGJNIVanilla.cpp", "license": "mit", "size": 34372} |
### File: ReactAndroid/src/main/jni/first-party/yogajni/jni/YGJNIVanilla.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.
*/
#include "jni.h"
namespace YGJNIVanilla {
void register... | {"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/yogajni/jni/YGJNIVanilla.h", "license": "mit", "size": 270} |
### File: ReactAndroid/src/main/jni/first-party/yogajni/jni/YGJTypesVanilla.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.
*/
#include "jni.h"
#include <yoga/YGValue.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/yogajni/jni/YGJTypesVanilla.h", "license": "mit", "size": 1109} |
### File: ReactAndroid/src/main/jni/first-party/yogajni/jni/YogaJniException.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 <stdexcept>
#include <string>
#include "Y... | {"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/yogajni/jni/YogaJniException.cpp", "license": "mit", "size": 1487} |
### File: ReactAndroid/src/main/jni/first-party/yogajni/jni/YogaJniException.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.
*/
#include <stdexcept>
#include <string>
#include "com... | {"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/yogajni/jni/YogaJniException.h", "license": "mit", "size": 978} |
### File: ReactAndroid/src/main/jni/first-party/yogajni/jni/common.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 "common.h"
namespace facebook {
namespace yoga {
n... | {"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/yogajni/jni/common.cpp", "license": "mit", "size": 3331} |
### File: ReactAndroid/src/main/jni/first-party/yogajni/jni/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.
*/
#pragma once
#include "ScopedGlobalRef.h"
#include "ScopedLoca... | {"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/yogajni/jni/common.h", "license": "mit", "size": 2223} |
### File: ReactAndroid/src/main/jni/first-party/yogajni/jni/corefunctions.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 "corefunctions.h"
#include "macros.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/yogajni/jni/corefunctions.cpp", "license": "mit", "size": 2179} |
### File: ReactAndroid/src/main/jni/first-party/yogajni/jni/corefunctions.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 <cstddef>
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/yogajni/jni/corefunctions.h", "license": "mit", "size": 1592} |
### File: ReactAndroid/src/main/jni/first-party/yogajni/jni/macros.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 <cstdlib>
#ifdef __ANDROID__
#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/yogajni/jni/macros.h", "license": "mit", "size": 511} |
### File: ReactAndroid/src/main/jni/first-party/yogajni/jni/yogajni.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 "YGJNIVanilla.h"
#include "common.h"
using namespa... | {"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/yogajni/jni/yogajni.cpp", "license": "mit", "size": 428} |
### File: ReactAndroid/src/main/jni/prebuilt/BUCK
# Temp workaround to get the build working e2e, Gradle builds them for us
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
load("//tools/build_defs/oss:rn_defs.bzl", "rn_android_prebuilt_aar", "rn_prebuilt_native_library")
rn_prebuilt_native_library(
n... | {"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/prebuilt/BUCK", "license": "mit", "size": 628} |
### File: ReactAndroid/src/main/jni/react/jni/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)
# Include . in the header search... | {"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/react/jni/Android.mk", "license": "mit", "size": 2918} |
### File: ReactAndroid/src/main/jni/react/jni/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "ANDROID", "FBJNI_TARGET", "IS_OSS_BUILD", "react_native_target", "react_native_xplat_dep", "react_native_xplat_target", "rn_xplat_cxx_library")
EXPORTED_HEADERS = [
"CxxModuleWrapper.h",
"CxxModuleWrapperBase.h",
... | {"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/react/jni/BUCK", "license": "mit", "size": 2136} |
### File: ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.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 "CatalystInstanceImpl.h"
#include <condition_varia... | {"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/react/jni/CatalystInstanceImpl.cpp", "license": "mit", "size": 10752} |
### File: ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.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.
*/
#include <memory>
#include <string>
#include <ReactCommon/Bri... | {"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/react/jni/CatalystInstanceImpl.h", "license": "mit", "size": 3508} |
### File: ReactAndroid/src/main/jni/react/jni/CxxModuleWrapper.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 "CxxModuleWrapper.h"
#include <glog/logging.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/react/jni/CxxModuleWrapper.cpp", "license": "mit", "size": 1831} |
### File: ReactAndroid/src/main/jni/react/jni/CxxModuleWrapper.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 "CxxModuleWrapperBase.h"
namespace faceboo... | {"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/react/jni/CxxModuleWrapper.h", "license": "mit", "size": 1239} |
### File: ReactAndroid/src/main/jni/react/jni/CxxModuleWrapperBase.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 <string>
#include <c... | {"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/react/jni/CxxModuleWrapperBase.h", "license": "mit", "size": 1120} |
### File: ReactAndroid/src/main/jni/react/jni/CxxSharedModuleWrapper.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 <cxxreact/SharedProxyCxxModule.h>
#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/react/jni/CxxSharedModuleWrapper.h", "license": "mit", "size": 938} |
### File: ReactAndroid/src/main/jni/react/jni/JCallback.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 <fb/fbjni.h>
#include <folly/dy... | {"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/react/jni/JCallback.h", "license": "mit", "size": 1102} |
### File: ReactAndroid/src/main/jni/react/jni/JInspector.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 "JInspector.h"
#include <memory>
#ifdef WITH_INSPECTOR
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/react/jni/JInspector.cpp", "license": "mit", "size": 3204} |
### File: ReactAndroid/src/main/jni/react/jni/JInspector.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
#ifdef WITH_INSPECTOR
#include <jsinspector/InspectorInte... | {"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/react/jni/JInspector.h", "license": "mit", "size": 1865} |
### File: ReactAndroid/src/main/jni/react/jni/JMessageQueueThread.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 "JMessageQueueThread.h"
#include <condition_variabl... | {"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/react/jni/JMessageQueueThread.cpp", "license": "mit", "size": 2994} |
### File: ReactAndroid/src/main/jni/react/jni/JMessageQueueThread.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 <cxxreact/Message... | {"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/react/jni/JMessageQueueThread.h", "license": "mit", "size": 1470} |
### File: ReactAndroid/src/main/jni/react/jni/JNativeRunnable.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 <jni.h>
using 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/react/jni/JNativeRunnable.h", "license": "mit", "size": 1027} |
### File: ReactAndroid/src/main/jni/react/jni/JReactMarker.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 "JReactMarker.h"
#include <mutex>
#include <cxxreact/ReactM... | {"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/react/jni/JReactMarker.cpp", "license": "mit", "size": 2346} |
### File: ReactAndroid/src/main/jni/react/jni/JReactMarker.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 <fb/fbjni.h>
#include <cxxre... | {"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/react/jni/JReactMarker.h", "license": "mit", "size": 758} |
### File: ReactAndroid/src/main/jni/react/jni/JSLoader.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 "JSLoader.h"
#include <android/asset_manager_jni.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/react/jni/JSLoader.cpp", "license": "mit", "size": 1968} |
### File: ReactAndroid/src/main/jni/react/jni/JSLoader.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 <android/asset_manager.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/react/jni/JSLoader.h", "license": "mit", "size": 772} |
### File: ReactAndroid/src/main/jni/react/jni/JSLogging.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 "JSLogging.h"
#include <fb/log.h>
namespace facebook {
names... | {"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/react/jni/JSLogging.cpp", "license": "mit", "size": 684} |
### File: ReactAndroid/src/main/jni/react/jni/JSLogging.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 <android/log.h>
#include <string>
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/react/jni/JSLogging.h", "license": "mit", "size": 520} |
### File: ReactAndroid/src/main/jni/react/jni/JavaModuleWrapper.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 "JavaModuleWrapper.h"
#include <glog/logging.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/react/jni/JavaModuleWrapper.cpp", "license": "mit", "size": 6670} |
### File: ReactAndroid/src/main/jni/react/jni/JavaModuleWrapper.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 <cxxreact/NativeModule.h>
#include <fb/fbj... | {"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/react/jni/JavaModuleWrapper.h", "license": "mit", "size": 3589} |
### File: ReactAndroid/src/main/jni/react/jni/JavaScriptExecutorHolder.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.
*/
#include <memory>
#include <cxxreact/JSExecutor.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/react/jni/JavaScriptExecutorHolder.h", "license": "mit", "size": 782} |
### File: ReactAndroid/src/main/jni/react/jni/JniJSModulesUnbundle.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 "JniJSModulesUnbundle.h"
#include <cstdint>
#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/react/jni/JniJSModulesUnbundle.cpp", "license": "mit", "size": 2759} |
### File: ReactAndroid/src/main/jni/react/jni/JniJSModulesUnbundle.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 <android/asset_manag... | {"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/react/jni/JniJSModulesUnbundle.h", "license": "mit", "size": 1127} |
### File: ReactAndroid/src/main/jni/react/jni/MethodInvoker.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 "MethodInvoker.h"
#ifdef WITH_FBSYSTRACE
#include <fbsyst... | {"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/react/jni/MethodInvoker.cpp", "license": "mit", "size": 8564} |
### File: ReactAndroid/src/main/jni/react/jni/MethodInvoker.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 <vector>
#include <cxxreact/JSExecutor.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/react/jni/MethodInvoker.h", "license": "mit", "size": 1319} |
### File: ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.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 "ModuleRegistryBuilder.h"
#include <memory>
#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/react/jni/ModuleRegistryBuilder.cpp", "license": "mit", "size": 2239} |
### File: ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.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.
*/
#include <string>
#include <cxxreact/CxxModule.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/react/jni/ModuleRegistryBuilder.h", "license": "mit", "size": 1052} |
### File: ReactAndroid/src/main/jni/react/jni/NativeArray.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 "NativeArray.h"
#include <fb/fbjni.h>
#include <folly/json.... | {"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/react/jni/NativeArray.cpp", "license": "mit", "size": 1101} |
### File: ReactAndroid/src/main/jni/react/jni/NativeArray.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>
#include <folly/dynamic.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/react/jni/NativeArray.h", "license": "mit", "size": 858} |
### File: ReactAndroid/src/main/jni/react/jni/NativeCommon.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 "NativeCommon.h"
using namespace facebook::jni;
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/react/jni/NativeCommon.cpp", "license": "mit", "size": 1887} |
### File: ReactAndroid/src/main/jni/react/jni/NativeCommon.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>
#include <folly/dynamic.h>
#ifnde... | {"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/react/jni/NativeCommon.h", "license": "mit", "size": 968} |
### File: ReactAndroid/src/main/jni/react/jni/NativeMap.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 "NativeMap.h"
#include <folly/json.h>
using 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/react/jni/NativeMap.cpp", "license": "mit", "size": 823} |
### File: ReactAndroid/src/main/jni/react/jni/NativeMap.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>
#include <folly/dynamic.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/react/jni/NativeMap.h", "license": "mit", "size": 945} |
### File: ReactAndroid/src/main/jni/react/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 <string>
#include <glog/logging.h>
#include <fb/fbjni.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/react/jni/OnLoad.cpp", "license": "mit", "size": 2369} |
### File: ReactAndroid/src/main/jni/react/jni/OnLoad.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>
namespace facebook {
namespace react {
jmet... | {"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/react/jni/OnLoad.h", "license": "mit", "size": 339} |
### File: ReactAndroid/src/main/jni/react/jni/ProxyExecutor.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 "ProxyExecutor.h"
#include <cxxreact/JSBigString.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/react/jni/ProxyExecutor.cpp", "license": "mit", "size": 4469} |
### File: ReactAndroid/src/main/jni/react/jni/ProxyExecutor.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 <cxxreact/JSExecutor.h>
#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/react/jni/ProxyExecutor.h", "license": "mit", "size": 1985} |
### File: ReactAndroid/src/main/jni/react/jni/ReadableNativeArray.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 "ReadableNativeArray.h"
#include "ReadableNativeMap... | {"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/react/jni/ReadableNativeArray.cpp", "license": "mit", "size": 1629} |
### File: ReactAndroid/src/main/jni/react/jni/ReadableNativeArray.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 "NativeArray.h"
#include "NativeCommon.... | {"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/react/jni/ReadableNativeArray.h", "license": "mit", "size": 967} |
### File: ReactAndroid/src/main/jni/react/jni/ReadableNativeMap.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 "ReadableNativeMap.h"
using namespace facebook::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/react/jni/ReadableNativeMap.cpp", "license": "mit", "size": 3478} |
### File: ReactAndroid/src/main/jni/react/jni/ReadableNativeMap.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>
#include <folly/Optional.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/react/jni/ReadableNativeMap.h", "license": "mit", "size": 1429} |
### File: ReactAndroid/src/main/jni/react/jni/WritableNativeArray.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 "WritableNativeArray.h"
#include "WritableNativeMap... | {"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/react/jni/WritableNativeArray.cpp", "license": "mit", "size": 2224} |
### File: ReactAndroid/src/main/jni/react/jni/WritableNativeArray.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>
#include <folly/dynamic.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/react/jni/WritableNativeArray.h", "license": "mit", "size": 1121} |
### File: ReactAndroid/src/main/jni/react/jni/WritableNativeMap.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 "WritableNativeMap.h"
using namespace facebook::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/react/jni/WritableNativeMap.cpp", "license": "mit", "size": 2800} |
### File: ReactAndroid/src/main/jni/react/jni/WritableNativeMap.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>
#include <folly/dynamic.h>
#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/react/jni/WritableNativeMap.h", "license": "mit", "size": 1352} |
### File: ReactAndroid/src/main/jni/react/perftests/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "ANDROID", "react_native_xplat_target", "rn_xplat_cxx_library")
rn_xplat_cxx_library(
name = "perftests",
srcs = ["OnLoad.cpp"],
compiler_flags = [
"-fexceptions",
"-std=c++1y",
],
pl... | {"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/react/perftests/BUCK", "license": "mit", "size": 609} |
### File: ReactAndroid/src/main/jni/react/perftests/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 <fb/log.h>
#include <fb/fbjni.h>
#include <cxxreact/CxxModu... | {"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/react/perftests/OnLoad.cpp", "license": "mit", "size": 6467} |
### File: ReactAndroid/src/main/libraries/fbcore/src/main/java/com/facebook/common/logging/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_library")
rn_android_library(
name = "logging",
visibility = ["//ReactAndroid/..."],
exported_deps = [
react_native_dep("librari... | {"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/libraries/fbcore/src/main/java/com/facebook/common/logging/BUCK", "license": "mit",... |
### File: ReactAndroid/src/main/libraries/fbcore/src/test/java/com/facebook/powermock/BUCK
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
load("//tools/build_defs/oss:rn_defs.bzl", "rn_android_library", "rn_prebuilt_jar")
rn_android_library(
name = "powermock",
visibility = ["//ReactAndroid/..."... | {"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/libraries/fbcore/src/test/java/com/facebook/powermock/BUCK", "license": "mit", "siz... |
### File: ReactAndroid/src/main/libraries/fresco/fresco-react-native/BUCK
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
load("//tools/build_defs/oss:rn_defs.bzl", "rn_android_library", "rn_android_prebuilt_aar", "rn_prebuilt_jar")
rn_android_prebuilt_aar(
name = "fresco-react-native",
aar = ":f... | {"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/libraries/fresco/fresco-react-native/BUCK", "license": "mit", "size": 2853} |
### File: ReactAndroid/src/main/libraries/soloader/java/com/facebook/soloader/BUCK
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
fb_native.android_library(
name = "soloader",
exported_deps = [
":annotation-binary",
":nativeloader-binary",
":soloader-binary",
],
v... | {"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/libraries/soloader/java/com/facebook/soloader/BUCK", "license": "mit", "size": 1102... |
### File: ReactAndroid/src/main/res/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_target", "rn_android_resource")
rn_android_resource(
name = "devsupport",
package = "com.facebook.react",
res = "devsupport",
visibility = [
react_native_target("java/com/facebook/react/devsupport/... | {"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/res/BUCK", "license": "mit", "size": 988} |
### File: ReactAndroid/src/test/java/com/facebook/common/logging/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_library")
rn_android_library(
name = "logging",
srcs = glob(["**/*.java"]),
visibility = [
"PUBLIC",
],
deps = [
react_native_dep("third-p... | {"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/test/java/com/facebook/common/logging/BUCK", "license": "mit", "size": 482} |
### File: ReactAndroid/src/test/java/com/facebook/common/logging/FakeLoggingDelegate.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.common.logging;
imp... | {"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/test/java/com/facebook/common/logging/FakeLoggingDelegate.java", "license": "mit", "size": 3... |
### File: ReactAndroid/src/test/java/com/facebook/react/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "react_native_target", "react_native_tests_target", "rn_robolectric_test")
rn_robolectric_test(
name = "react",
srcs = glob(["*.java"]),
contacts = ["oncall+react_nativ... | {"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/test/java/com/facebook/react/BUCK", "license": "mit", "size": 1792} |
### File: ReactAndroid/src/test/java/com/facebook/react/animated/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_target", "react_native_tests_target", "rn_robolectric_test")
rn_robolectric_test(
name = "animated",
srcs = glob(["**/*.java"]),
# Please change the contact to ... | {"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/test/java/com/facebook/react/animated/BUCK", "license": "mit", "size": 1325} |
### File: ReactAndroid/src/test/java/com/facebook/react/bridge/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_target", "react_native_tests_target", "rn_android_library", "rn_robolectric_test")
STANDARD_TEST_SRCS = [
"*Test.java",
]
rn_android_library(
name = "testhelpers",
... | {"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/test/java/com/facebook/react/bridge/BUCK", "license": "mit", "size": 1859} |
### File: ReactAndroid/src/test/java/com/facebook/react/bridge/InstanceHandleHelper.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.react.bridge;
import... | {"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/test/java/com/facebook/react/bridge/InstanceHandleHelper.java", "license": "mit", "size": 42... |
### File: ReactAndroid/src/test/java/com/facebook/react/bridge/ReactTestHelper.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.react.bridge;
import stat... | {"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/test/java/com/facebook/react/bridge/ReactTestHelper.java", "license": "mit", "size": 2312} |
### File: ReactAndroid/src/test/java/com/facebook/react/devsupport/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_target", "react_native_tests_target", "rn_robolectric_test")
rn_robolectric_test(
name = "devsupport",
srcs = glob(["**/*.java"]),
# Please change the contact... | {"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/test/java/com/facebook/react/devsupport/BUCK", "license": "mit", "size": 1376} |
### File: ReactAndroid/src/test/java/com/facebook/react/modules/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "react_native_target", "react_native_tests_target", "rn_robolectric_test")
rn_robolectric_test(
name = "modules",
srcs = glob(["**/*.java"]),
contacts = ["oncal... | {"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/test/java/com/facebook/react/modules/BUCK", "license": "mit", "size": 2790} |
### File: ReactAndroid/src/test/java/com/facebook/react/packagerconnection/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_target", "rn_robolectric_test")
rn_robolectric_test(
name = "packagerconnection",
srcs = glob(["**/*.java"]),
# Please change the contact to the oncal... | {"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/test/java/com/facebook/react/packagerconnection/BUCK", "license": "mit", "size": 1010} |
### File: ReactAndroid/src/test/java/com/facebook/react/uimanager/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "react_native_target", "react_native_tests_target", "rn_robolectric_test")
rn_robolectric_test(
name = "uimanager",
# TODO Disabled temporarily until Yoga linking... | {"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/test/java/com/facebook/react/uimanager/BUCK", "license": "mit", "size": 2271} |
### File: ReactAndroid/src/test/java/com/facebook/react/uimanager/layoutanimation/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "react_native_target", "rn_robolectric_test")
rn_robolectric_test(
name = "layoutanimation",
srcs = glob(["**/*.java"]),
contacts = ["oncall+r... | {"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/test/java/com/facebook/react/uimanager/layoutanimation/BUCK", "license": "mit", "size": ... |
### File: ReactAndroid/src/test/java/com/facebook/react/util/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_target", "rn_robolectric_test")
rn_robolectric_test(
name = "util",
srcs = glob(["**/*.java"]),
visibility = [
"PUBLIC",
],
deps = [
react_n... | {"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/test/java/com/facebook/react/util/BUCK", "license": "mit", "size": 798} |
### File: ReactAndroid/src/test/java/com/facebook/react/views/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "react_native_target", "react_native_tests_target", "rn_robolectric_test")
rn_robolectric_test(
name = "views",
# TODO Disabled temporarily until Yoga linking is fixe... | {"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/test/java/com/facebook/react/views/BUCK", "license": "mit", "size": 2618} |
### File: ReactAndroid/src/test/java/org/mockito/configuration/BUCK
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_library")
rn_android_library(
name = "configuration",
srcs = glob(["**/*.java"]),
visibility = [
"PUBLIC",
],
deps = [
react_native_dep("thi... | {"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/test/java/org/mockito/configuration/BUCK", "license": "mit", "size": 294} |
### File: ReactAndroid/src/test/java/org/mockito/configuration/MockitoConfiguration.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 org.mockito.configuration;
/**
*... | {"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/test/java/org/mockito/configuration/MockitoConfiguration.java", "license": "mit", "size": 64... |
### File: ReactCommon/React-Fabric.podspec
# 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.
require "json"
package = JSON.parse(File.read(File.join(__dir__, "..", "package.json")))
version =... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Ruby", "repo_name": "vincentJinxin/react-native", "path": "ReactCommon/React-Fabric.podspec", "license": "mit", "size": 10455} |
### File: ReactCommon/ReactCommon.podspec
# 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.
require "json"
package = JSON.parse(File.read(File.join(__dir__, "..", "package.json")))
version = ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Ruby", "repo_name": "vincentJinxin/react-native", "path": "ReactCommon/ReactCommon.podspec", "license": "mit", "size": 2746} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.