HomeSort by relevance Sort by last modified time
    Searched defs:shared (Results 51 - 75 of 149) sorted by null

1 23 4 5 6

  /external/mesa3d/src/glx/
drisw_glx.c 379 __DRIcontext *shared = NULL; local
393 shared = pcp_shared->driContext;
408 config->driConfig, shared, pcp);
430 __DRIcontext *shared = NULL; local
458 shared = pcp_shared->driContext;
489 shared,
dri_glx.c 580 __DRIcontext *shared = NULL; local
595 shared = pcp_shared->driContext;
618 renderType, shared, hwContext, pcp);
dri2_glx.c 188 __DRIcontext *shared = NULL; local
199 shared = pcp_shared->driContext;
214 config->driConfig, shared, pcp);
238 __DRIcontext *shared = NULL; local
262 shared = pcp_shared->driContext;
302 shared,
    [all...]
  /external/mesa3d/src/mesa/main/
context.c 117 #include "shared.h"
819 * Update default objects in a GL context with respect to shared state.
824 * objects, etc.) and changes to reference those from the current shared
897 * miscellaneous one-time initializations. If no shared context is supplied one
920 struct gl_shared_state *shared; local
947 shared = share_list->Shared;
951 shared = _mesa_alloc_shared_state(ctx);
952 if (!shared)
956 _mesa_reference_shared_state(ctx, &ctx->Shared, shared)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 35 struct wpabuf *shared; local
53 shared = dh_derive_shared(data->i_dh_public, data->r_dh_private,
55 if (shared == NULL)
63 wpabuf_free(shared);
91 pad_len = data->dh->prime_len - wpabuf_len(shared);
93 /* Shared secret is not zero-padded correctly */
98 wpabuf_free(shared);
105 addr[1] = wpabuf_head(shared);
106 len[1] = wpabuf_len(shared);
109 wpabuf_free(shared);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
ikev2.c 39 struct wpabuf *shared; local
57 shared = dh_derive_shared(data->r_dh_public, data->i_dh_private,
59 if (shared == NULL)
67 wpabuf_free(shared);
83 pad_len = data->dh->prime_len - wpabuf_len(shared);
86 wpabuf_free(shared);
92 addr[1] = wpabuf_head(shared);
93 len[1] = wpabuf_len(shared);
96 wpabuf_free(shared);
102 wpabuf_free(shared);
    [all...]
  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 41 private boolean shared; field in class:AbstractStringBuilder
51 * Returns the underlying buffer and sets the shared flag.
54 shared = true;
69 shared = false;
87 shared = false;
97 shared = false;
163 } else if (shared) {
165 shared = false;
230 if (!shared) {
237 shared = false
    [all...]
  /external/chromium_org/third_party/jinja2/
environment.py 46 env.shared = True
95 important shared variables like configuration, filters, tests,
97 they are not shared and if no template was loaded so far.
209 #: shared environments have this set to `True`. A shared environment
211 shared = False variable in class:Environment
793 that is probably shared with other templates created with the constructor
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
dri_glx.c 580 __DRIcontext *shared = NULL; local
595 shared = pcp_shared->driContext;
618 renderType, shared, hwContext, pcp);
dri2_glx.c 188 __DRIcontext *shared = NULL; local
199 shared = pcp_shared->driContext;
214 config->driConfig, shared, pcp);
238 __DRIcontext *shared = NULL; local
262 shared = pcp_shared->driContext;
302 shared,
    [all...]
  /external/chromium_org/v8/src/
compiler.cc 80 shared_info_(Handle<SharedFunctionInfo>(closure->shared())),
267 int opt_count = function->shared()->opt_count();
268 function->shared()->set_opt_count(opt_count + 1);
286 code_size += function->shared()->SourceSize();
325 // shared function object.
330 // shared function info.
335 // generated code for this from the shared function object.
397 Handle<SharedFunctionInfo> shared = info()->shared_info();
398 shared->EnableDeoptimizationSupport(*unoptimized.code());
401 Logger::LAZY_COMPILE_TAG, &unoptimized, shared);
826 Handle<SharedFunctionInfo> shared = info->shared_info(); local
868 Handle<SharedFunctionInfo> shared = info->shared_info(); local
904 Handle<SharedFunctionInfo> shared = info->shared_info(); local
932 Handle<SharedFunctionInfo> shared = info->shared_info(); local
997 Handle<SharedFunctionInfo> shared = info->shared_info(); local
    [all...]
deoptimizer.cc 360 SharedFunctionInfo* shared = function->shared(); local
361 // Replace the function's code with the shared code.
362 function->set_code(shared->code());
364 shared->EvictFromOptimizedCodeMap(code, "deoptimized function");
619 function->shared()->increment_deopt_count();
624 int opt_count = function->shared()->opt_count();
626 function->shared()->set_opt_count(opt_count);
658 // from the unoptimized shared version to the optimized one in the
743 SharedFunctionInfo* shared) {
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
SelectorKernel.java 135 // own completion over the shared array of bytes by
198 protected void newData( NioEndpoint p, SocketChannel c, ByteBuffer shared, int size )
209 // Must copy the shared data before we use it
211 System.arraycopy(shared.array(), 0, dataCopy, 0, size);
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 44 static VgdbShared *shared; variable
84 if (shared == NULL)
87 VG_(umsg)("shared->written_by_vgdb %d shared->seen_by_valgrind %d\n",
88 shared->written_by_vgdb, shared->seen_by_valgrind);
96 if (VG_(kill)(shared->vgdb_pid, 0) != 0)
137 ret = VG_(prctl) (PR_SET_PTRACER, shared->vgdb_pid, 0, 0, 0);
139 shared->vgdb_pid, ret);
262 VG_(sprintf) (shared_mem, "%s-shared-mem-vgdb-%d-by-%s-on-%s", name
    [all...]
  /ndk/build/core/
definitions.mk 350 # type -> type of module (e.g. 'static', 'shared', ...)
510 # (e.g. shared libraries).
516 # at build time. At the moment, this is only used for prebuilt shared
592 # Function : module-add-shared-depends
594 # 2: list/set of shared library modules this module depends on.
596 # Usage : $(call module-add-shared-depends,<modulename>,<list of module names>)
597 # Rationale: Record that a module depends on a set of shared libraries.
598 # Use modulge-get-shared-dependencies to retrieve final list.
600 module-add-shared-depends = \
603 # Used internally by module-add-static-depends and module-add-shared-depend
    [all...]
  /bionic/libc/bionic/
pthread.c 160 * 13 shared process-shared flag
230 /* Mutex shared bit flag
232 * This flag is set to indicate that the mutex is shared among processes.
234 * (non-shared operations are much faster).
310 * 4 shared process-shared flag
360 /* process-shared mutexes are not supported at the moment */
373 /* our current implementation of pthread actually supports shared
375 * Nevertheless, it's better than nothing. Shared mutexes are use
583 int mvalue, mtype, tid, shared; local
677 int mvalue, mtype, tid, shared; local
744 int mvalue, mtype, tid, shared; local
839 int mvalue, mtype, tid, shared; local
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 727 bool shared; local
730 !args->GetBoolean("shared", &shared)) {
746 // the network must be shared because of a UI restriction.
748 shared = true;
753 network_library->ConnectToWifiNetwork(wifi, shared);
773 bool shared; local
777 !args->GetBoolean("shared", &shared)) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
wifi_config_view.cc 543 // If not logged in as an authenticated user, networks must be shared.
674 bool shared = GetShareNetwork(share_default); local
675 ash::network_connect::CreateConfigurationAndConnect(&properties, shared);
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 268 // State shared by all concurrent executions of the same benchmark.
292 SharedState* shared; member in struct:leveldb::__anon13652::RandomGenerator::ThreadState
534 SharedState* shared; member in struct:leveldb::__anon13652::RandomGenerator::Benchmark::ThreadArg
541 SharedState* shared = arg->shared; local
544 MutexLock l(&shared->mu);
545 shared->num_initialized++;
546 if (shared->num_initialized >= shared->total) {
547 shared->cv.SignalAll()
569 SharedState shared; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.c 716 __DRIcontext *shared = local
830 shared,
841 shared,
850 shared,
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 716 __DRIcontext *shared = local
830 shared,
841 shared,
850 shared,
    [all...]
  /external/v8/src/
frames.cc 234 Object* script = JSFunction::cast(frame()->function())->shared()->script();
712 return function->shared()->formal_parameter_count();
761 SharedFunctionInfo* shared = fun->shared(); local
766 Object* maybe_script = shared->script();
812 function_->shared()->DebugName()->ShortPrint();
889 Code* code = function->shared()->code();
894 function->shared());
1161 SharedFunctionInfo* shared = JSFunction::cast(function)->shared(); local
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp 652 bool shared = true; local
683 ALOGV("Creating shared resources for %s", ap.path.string());
696 shared = false;
709 rt->add(ass, (void*)(i+1), !shared, idmap);
712 if (!shared) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 150 List<Element> shared = new ArrayList<Element>(); local
152 elements.add(shared);
193 shared.add(element);
  /build/core/
definitions.mk 84 # Target and host installed module's dependencies on shared libraries.
828 $(hide) $(BCC_COMPAT) -O3 -o $(dir $@)/$(notdir $(<:.bc=.o)) -fPIC -shared \
830 $(hide) $(PRIVATE_CXX) -shared -Wl,-soname,$(notdir $@) -nostdlib \
    [all...]

Completed in 2013 milliseconds

1 23 4 5 6