Searched defs:env (Results 1 - 5 of 5) sorted by relevance
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/ |
H A D | header.h | 115 struct perf_session_env env; member in struct:perf_header
|
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/ |
H A D | header.h | 99 struct perf_session_env env; member in struct:perf_header
|
/system/core/libnativebridge/ |
H A D | native_bridge.cc | 319 static void SetCpuAbi(JNIEnv* env, jclass build_class, const char* field, const char* value) { argument 321 jfieldID field_id = env->GetStaticFieldID(build_class, field, "Ljava/lang/String;"); 323 env->ExceptionClear(); 328 jstring str = env->NewStringUTF(value); 330 env->ExceptionClear(); 335 env->SetStaticObjectField(build_class, field_id, str); 340 static void SetupEnvironment(const NativeBridgeCallbacks* callbacks, JNIEnv* env, const char* isa) { argument 342 if (env == nullptr) { 354 jint success = env->PushLocalFrame(16); // That should be small and large enough. 358 env 399 InitializeNativeBridge(JNIEnv* env, const char* instruction_set) argument [all...] |
/system/core/libpixelflinger/codeflinger/ |
H A D | GGLAssembler.h | 319 int env; member in struct:android::GGLAssembler::texture_unit_t
|
/system/core/libpixelflinger/include/private/pixelflinger/ |
H A D | ggl_context.h | 419 uint16_t env; member in struct:android::texture_t
|
Completed in 216 milliseconds