HomeSort by relevance Sort by last modified time
    Searched defs:env (Results 176 - 200 of 607) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/glx/
dri_common.c 59 const char *env; local
61 if ((env = getenv("LIBGL_DEBUG")) && strstr(env, "verbose")) {
77 const char *env; local
79 if ((env = getenv("LIBGL_DEBUG")) && !strstr(env, "quiet")) {
98 const char *env; local
100 if (!(env = getenv("LIBGL_DEBUG")) || !strstr(env, "quiet")) {
106 if (!env || !strstr(env, "verbose")
    [all...]
  /external/mesa3d/src/mesa/main/
extensions.c 719 char *env; local
846 const char *env = getenv("MESA_EXTENSION_MAX_YEAR"); local
    [all...]
  /external/neven/
FaceDetector_jni.cpp 86 static void doThrow(JNIEnv* env, const char* exc, const char* msg = NULL)
88 jclass npeClazz = env->FindClass(exc);
89 env->ThrowNew(npeClazz, msg);
291 JNIEnv* env = NULL; local
294 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
298 assert(env != NULL);
300 if (register_android_media_FaceDetector(env) < 0) {
  /external/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.cpp 63 JNIEnv* env = gActivityGlue.m_env; local
64 if (!env || !gWindowGlue.m_getMSAASampleCount || !gWindowGlue.m_obj) {
67 if (env->IsSameObject(gWindowGlue.m_obj, NULL)) {
71 info->fSampleCount = env->CallIntMethod(gWindowGlue.m_obj, gWindowGlue.m_getMSAASampleCount);
80 JNIEnv* env = gActivityGlue.m_env; local
81 if (!env) {
84 if (env->IsSameObject(gActivityGlue.m_obj, NULL)) {
89 jstring string = env->NewStringUTF(title);
90 env->CallVoidMethod(gActivityGlue.m_obj, gActivityGlue.m_setTitle, string);
91 env->DeleteLocalRef(string)
96 JNIEnv* env = gActivityGlue.m_env; local
110 JNIEnv* env = gActivityGlue.m_env; local
137 JNIEnv* env = gActivityGlue.m_env; local
151 JNIEnv* env = gActivityGlue.m_env; local
    [all...]
  /external/toybox/kconfig/
confdata.c 82 char *env, *name; local
85 env = getenv(SRCTREE);
86 if (env) {
87 sprintf(fullname, "%s/%s", env, name);
408 char *env; local
433 env = getenv("KCONFIG_OVERWRITECONFIG");
434 if (!env || !*env) {
447 env = getenv("KCONFIG_NOTIMESTAMP");
448 if (env && *env
    [all...]
  /external/toybox/toys/posix/
find.c 419 char **env; local
421 for (env = environ; *env; env++)
422 TT.envsize += sizeof(char *) + strlen(*env) + 1;
473 // Linux caps environment space (env vars + args) at 32 4k pages.
  /external/v8/src/compiler/
graph-builder.h 115 void set_environment(Environment* env) { environment_ = env; }
138 virtual Environment* CopyEnvironment(Environment* env);
196 Environment* env = builder()->CopyEnvironment(this); local
197 env->MarkAsUnreachable();
198 return env;
  /external/v8/src/third_party/vtune/
jitprofiling.h 254 iJDEnvironmentType env; member in struct:_iJIT_Method_Load
  /external/v8/test/cctest/
test-accessors.cc 67 LocalContext env; local
68 v8::Isolate* isolate = env->GetIsolate();
81 env->Global()->Set(v8_str("Fun"), fun);
136 LocalContext env(0, templ->InstanceTemplate());
390 LocalContext env; local
391 v8::Isolate* isolate = env->GetIsolate();
399 env->Global()->Set(v8_str("obj"), obj->NewInstance());
429 LocalContext env; local
430 v8::Isolate* isolate = env->GetIsolate();
434 env->Global()->Set(v8_str("obj"), obj->NewInstance())
462 LocalContext env; local
493 LocalContext env; local
523 LocalContext env; local
548 LocalContext env; local
565 LocalContext env; local
    [all...]
test-compiler.cc 373 LocalContext env; local
374 env->Global()->Set(v8::String::NewFromUtf8(CcTest::isolate(), "x"),
386 *v8::Local<v8::Function>::Cast(env->Global()->Get(v8_str("closure1"))));
388 *v8::Local<v8::Function>::Cast(env->Global()->Get(v8_str("closure2"))));
test-log.cc 80 v8::Handle<v8::Context>& env() { return env_; } function in class:__anon19259::ScopedLoggerInitializer
311 v8::Handle<v8::Context> env = v8::Context::New(CcTest::isolate()); local
312 env->Enter();
355 initialize_logger.env()->Global()->Set(v8_str("Obj"), obj->GetFunction());
478 initialize_logger.env()->Global()->Set(v8_str("_log"), log_str);
test-profile-generator.cc 557 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION); local
558 v8::Context::Scope context_scope(env);
632 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION); local
633 v8::Context::Scope context_scope(env);
635 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler();
639 env->GetIsolate(), "function a() { startProfiling(); }\n"));
642 v8::Script::Compile(v8::String::NewFromUtf8(env->GetIsolate(),
690 int GetFunctionLineNumber(LocalContext* env, const char* name) {
695 (*(*env))->Global()->Get(v8_str(name))));
707 LocalContext env; local
734 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION); local
    [all...]
  /external/valgrind/VEX/useful/
show_fp_state.c 20 UShort env[14]; member in struct:__anon20109
25 /* Offsets, in 16-bit ints, into the FPU environment (env) area. */
72 return (m_fpu_state.env[FP_ENV_STAT] >> FP_F_TOS_LO) & 7;
78 return (m_fpu_state.env[FP_ENV_TAG] >> (2*regno)) & 3;
84 return (m_fpu_state.env[FP_ENV_STAT] >> flagno) & 0x1;
90 return (m_fpu_state.env[FP_ENV_CTRL] >> flagno) & 0x1;
108 (UInt)m_fpu_state.env[FP_ENV_CTRL] );
115 (UInt)m_fpu_state.env[FP_ENV_STAT] );
127 printf(" ftag: 0x%04x ", (UInt)m_fpu_state.env[FP_ENV_TAG] );
133 (((UInt)m_fpu_state.env[FP_ENV_IP+1]) << 16)
    [all...]
x87_to_vex_and_back.c 28 UShort env[14]; member in struct:__anon20111
33 /* Offsets, in 16-bit ints, into the FPU environment (env) area. */
53 UInt ftop = (x87->env[FP_ENV_STAT] >> 11) & 7;
54 UInt tagw = x87->env[FP_ENV_TAG];
90 x87->env[i] = 0;
92 x87->env[1] = x87->env[3] = x87->env[5] = x87->env[13] = 0xFFFF;
93 x87->env[FP_ENV_CTRL] = 0x037F
    [all...]
  /external/valgrind/coregrind/m_initimg/
initimg-darwin.c 163 /* Count the original size of the env */
324 Int envc; /* total number of env vars */
517 HChar** env = NULL; local
539 VG_(debugLog)(1, "initimg", "Setup client env\n");
540 env = setup_client_env(iicii.envp, iicii.toolname);
545 // p: fix_environment() [for 'env']
551 setup_client_stack( iicii.argv - 1, env, &info,
555 VG_(free)(env);
  /external/zlib/src/contrib/blast/
blast.c 47 jmp_buf env; member in struct:state
77 if (s->left == 0) longjmp(s->env, 1); /* out of input */
161 if (s->left == 0) longjmp(s->env, 1); /* out of input */
398 if (setjmp(s.env) != 0) /* if came back here via longjmp(), */
  /external/zlib/src/contrib/puff/
puff.c 112 jmp_buf env; member in struct:state
134 longjmp(s->env, 1); /* out of input */
299 longjmp(s->env, 1); /* out of input */
    [all...]
  /frameworks/av/media/ndk/
NdkMediaExtractor.cpp 84 JNIEnv *env = AndroidRuntime::getJNIEnv(); local
86 if (env == NULL) {
88 env->ExceptionClear();
92 jclass mediahttpclass = env->FindClass("android/media/MediaHTTPService");
95 env->ExceptionClear();
99 jmethodID mediaHttpCreateMethod = env->GetStaticMethodID(mediahttpclass,
103 env->ExceptionClear();
107 jstring jloc = env->NewStringUTF(location);
109 service = env->CallStaticObjectMethod(mediahttpclass, mediaHttpCreateMethod, jloc);
110 env->DeleteLocalRef(jloc)
    [all...]
  /frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.cpp 17 JavaInputStreamAdaptor(JNIEnv* env, jobject js, jbyteArray ar)
18 : fEnv(env), fJavaInputStream(js), fJavaByteArray(ar) {
20 fCapacity = env->GetArrayLength(ar);
61 JNIEnv* env = fEnv; local
74 jint n = env->CallIntMethod(fJavaInputStream,
76 if (env->ExceptionCheck()) {
77 env->ExceptionDescribe();
78 env->ExceptionClear();
90 env->GetByteArrayRegion(fJavaByteArray, 0, n,
92 if (env->ExceptionCheck())
112 JNIEnv* env = fEnv; local
191 JNIEnv* env = fEnv; local
    [all...]
SurfaceTexture.cpp 60 static void SurfaceTexture_setSurfaceTexture(JNIEnv* env, jobject thiz,
64 (GLConsumer*)env->GetLongField(thiz, fields.surfaceTexture);
71 env->SetLongField(thiz, fields.surfaceTexture, (jlong)surfaceTexture.get());
74 static void SurfaceTexture_setProducer(JNIEnv* env, jobject thiz,
78 (IGraphicBufferProducer*)env->GetLongField(thiz, fields.producer);
85 env->SetLongField(thiz, fields.producer, (jlong)producer.get());
88 static void SurfaceTexture_setFrameAvailableListener(JNIEnv* env,
93 env->GetLongField(thiz, fields.frameAvailableListener);
100 env->SetLongField(thiz, fields.frameAvailableListener, (jlong)listener.get());
103 sp<GLConsumer> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz)
148 JNIEnv* env = AndroidRuntime::getJNIEnv(); local
174 JNIEnv* env = getJNIEnv(&needsDetach); local
189 JNIEnv* env = getJNIEnv(&needsDetach); local
    [all...]
  /frameworks/base/core/jni/
android_view_InputEventReceiver.cpp 52 NativeInputEventReceiver(JNIEnv* env,
59 status_t consumeEvents(JNIEnv* env, bool consumeBatches, nsecs_t frameTime,
89 NativeInputEventReceiver::NativeInputEventReceiver(JNIEnv* env,
92 mReceiverWeakGlobal(env->NewGlobalRef(receiverWeak)),
101 JNIEnv* env = AndroidRuntime::getJNIEnv(); local
102 env->DeleteGlobalRef(mReceiverWeakGlobal);
170 JNIEnv* env = AndroidRuntime::getJNIEnv(); local
171 status_t status = consumeEvents(env, false /*consumeBatches*/, -1, NULL);
172 mMessageQueue->raiseAndClearException(env, "handleReceiveCallback");
194 JNIEnv* env = AndroidRuntime::getJNIEnv() local
    [all...]
android_view_InputEventSender.cpp 52 NativeInputEventSender(JNIEnv* env,
76 status_t receiveFinishedSignals(JNIEnv* env);
80 NativeInputEventSender::NativeInputEventSender(JNIEnv* env,
83 mSenderWeakGlobal(env->NewGlobalRef(senderWeak)),
92 JNIEnv* env = AndroidRuntime::getJNIEnv(); local
93 env->DeleteGlobalRef(mSenderWeakGlobal);
175 JNIEnv* env = AndroidRuntime::getJNIEnv(); local
176 status_t status = receiveFinishedSignals(env);
177 mMessageQueue->raiseAndClearException(env, "handleReceiveCallback");
181 status_t NativeInputEventSender::receiveFinishedSignals(JNIEnv* env) {
    [all...]
android_view_InputQueue.cpp 52 JNIEnv* env = AndroidRuntime::getJNIEnv(); local
53 mInputQueueWeakGlobal = env->NewGlobalRef(inputQueueObj);
58 JNIEnv* env = AndroidRuntime::getJNIEnv(); local
59 env->DeleteGlobalRef(mInputQueueWeakGlobal);
137 JNIEnv* env = AndroidRuntime::getJNIEnv(); local
138 ScopedLocalRef<jobject> inputQueueObj(env, jniGetReferent(env, mInputQueueWeakGlobal));
155 env->CallVoidMethod(inputQueueObj.get(), gInputQueueClassInfo.finishInputEvent,
198 static jlong nativeInit(JNIEnv* env, jobject clazz, jobject queueWeak, jobject jMsgQueue) {
199 sp<MessageQueue> messageQueue = android_os_MessageQueue_getMessageQueue(env, jMsgQueue)
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCrypto.cpp 40 static sp<JCrypto> getCrypto(JNIEnv *env, jobject thiz) {
41 return (JCrypto *)env->GetLongField(thiz, gFields.context);
45 JNIEnv *env, jobject thiz,
47 mObject = env->NewWeakGlobalRef(thiz);
55 JNIEnv *env = AndroidRuntime::getJNIEnv(); local
57 env->DeleteWeakGlobalRef(mObject);
126 sp<ICrypto> JCrypto::GetCrypto(JNIEnv *env, jobject obj) {
127 jclass clazz = env->FindClass("android/media/MediaCrypto");
130 if (!env->IsInstanceOf(obj, clazz)) {
134 sp<JCrypto> jcrypto = getCrypto(env, obj)
    [all...]
android_media_MediaRecorder.cpp 51 extern sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, struct JNICameraContext** context);
53 android_media_MediaCodec_getPersistentInputSurface(JNIEnv* env, jobject object);
70 JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz);
79 JNIMediaRecorderListener::JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz)
84 jclass clazz = env->GetObjectClass(thiz);
87 jniThrowException(env, "java/lang/Exception", NULL);
90 mClass = (jclass)env->NewGlobalRef(clazz);
94 mObject = env->NewGlobalRef(weak_thiz);
100 JNIEnv *env = AndroidRuntime::getJNIEnv(); local
101 env->DeleteGlobalRef(mObject)
109 JNIEnv *env = AndroidRuntime::getJNIEnv(); local
    [all...]

Completed in 260 milliseconds

1 2 3 4 5 6 78 91011>>