/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FuncUnparsedEntityURI.java | 38 * @param xctxt The current execution context. 47 int context = xctxt.getCurrentNode(); local 48 DTM dtm = xctxt.getDTM(context);
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
VariableSafeAbsRef.java | 33 * be used in some situations where the document context may have changed. 38 * to make sure the document context of the referenced variable is the same as 39 * the current document context, and, if it is not, execute the referenced variable's 40 * expression with the current context instead. 52 * @param xctxt The runtime execution context. 63 int context = xctxt.getContextNode(); local 65 dtmMgr.getDTM(context).getDocument()) 68 xns = (XNodeSet)expr.asIterator(xctxt, context);
|
/external/brotli/c/dec/ |
prefix.h | 39 uint8_t context; member in struct:CmdLutElement
|
/external/brotli/c/enc/ |
histogram.c | 7 /* Build per-context histograms of literals, commands and distance codes. */ 13 #include "./context.h" 67 size_t context; local 69 context = context_modes ? 71 Context(prev_byte, prev_byte2, context_modes[literal_it.type_])) : 73 HistogramAddLiteral(&literal_histograms[context], 84 size_t context; local 86 context = (dist_it.type_ << BROTLI_DISTANCE_CONTEXT_BITS) + 88 HistogramAddDistance(©_dist_histograms[context],
|
/external/compiler-rt/lib/asan/ |
asan_posix.cc | 36 void AsanOnDeadlySignal(int signo, void *siginfo, void *context) { 42 SignalContext sig = SignalContext::Create(siginfo, context); 116 AsanThreadContext *context = (AsanThreadContext*)tsd; local 117 if (context->destructor_iterations > 1) { 118 context->destructor_iterations--;
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkSpirVAsm.cpp | 60 const spv_context context = spvContextCreate(mapTargetSpvEnvironment(spirvVersion)); local 64 if (!context) 71 const spv_result_t compileOk = spvTextToBinary(context, spvSource.c_str(), spvSource.size(), &binary, &diagnostic); 87 spvContextDestroy(context); 95 spvContextDestroy(context); 103 const spv_context context = spvContextCreate(mapTargetSpvEnvironment(spirvVersion)); local 107 if (!context) 112 const spv_result_t result = spvBinaryToText(context, binary, binarySizeInWords, 0, &text, &diagnostic); 121 spvContextDestroy(context); 127 spvContextDestroy(context); 135 const spv_context context = spvContextCreate(mapTargetSpvEnvironment(spirvVersion)); local [all...] |
/external/e2fsprogs/e2fsck/ |
e2fsck.c | 19 * This function allocates an e2fsck context 23 e2fsck_t context; local 27 retval = ext2fs_get_mem(sizeof(struct e2fsck_struct), &context); 31 memset(context, 0, sizeof(struct e2fsck_struct)); 33 context->process_inode_size = 256; 34 context->ext_attr_ver = 2; 35 context->blocks_per_page = 1; 36 context->htree_slack_percentage = 255; 40 context->now = strtoul(time_env, NULL, 0); 42 context->now = time(0) [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/load/model/ |
ResourceLoader.java | 4 import android.content.Context; 12 * context. 21 public ResourceLoader(Context context, ModelLoader<Uri, T> uriLoader) { 22 this(context.getResources(), uriLoader);
|
UriLoader.java | 4 import android.content.Context; 17 private final Context context; field in class:UriLoader 20 public UriLoader(Context context, ModelLoader<GlideUrl, T> urlLoader) { 21 this.context = context; 33 result = getAssetPathFetcher(context, path); 35 result = getLocalUriFetcher(context, model); 44 protected abstract DataFetcher<T> getLocalUriFetcher(Context context, Uri uri) [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/ |
GlideBitmapDrawableTranscoder.java | 3 import android.content.Context; 21 public GlideBitmapDrawableTranscoder(Context context) { 22 this(context.getResources(), Glide.get(context).getBitmapPool());
|
/external/glide/library/src/main/java/com/bumptech/glide/request/animation/ |
ViewAnimationFactory.java | 3 import android.content.Context; 21 public ViewAnimationFactory(Context context, int animationId) { 22 this(new ResourceAnimationFactory(context, animationId)); 65 private final Context context; field in class:ViewAnimationFactory.ResourceAnimationFactory 68 public ResourceAnimationFactory(Context context, int animationId) { 69 this.context = context.getApplicationContext() [all...] |
/external/google-benchmark/src/ |
csv_reporter.cc | 40 bool CSVReporter::ReportContext(const Context& context) { 41 PrintBasicContext(&GetErrorStream(), context); local
|
/external/guice/core/test/com/google/inject/example/ |
JndiProvider.java | 22 import javax.naming.Context; 27 @Inject Context context; field in class:JndiProvider 38 return type.cast(context.lookup(name));
|
/external/guice/extensions/jndi/src/com/google/inject/jndi/ |
JndiIntegration.java | 22 import javax.naming.Context; 27 * {@link javax.naming.Context}. 49 @Inject Context context; field in class:JndiIntegration.JndiProvider 60 return type.cast(context.lookup(name));
|
/external/icu/icu4c/source/common/ |
uenumimp.h | 112 /* context. Use it for what you need */ 113 void *context; member in struct:UEnumeration
|
/external/ims/rcs/rcsservice/src/com/android/service/ims/ |
LauncherUtils.java | 31 import android.content.Context; 48 * @param context application context 51 public static void launchRcsService(Context context) { 54 ComponentName comp = new ComponentName(context.getPackageName(), 56 ComponentName service = context.startService(new Intent().setComponent(comp)); 67 * @param context application context 69 public static void stopRcsService(Context context) [all...] |
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/ |
Issue232.java | 7 import com.github.javaparser.symbolsolver.core.resolution.Context; 24 Context context = JavaParserFactory.getContext(cls, typeSolver); local 25 SymbolReference<ResolvedTypeDeclaration> reference = context.solveType("OfPrimitive<Double, DoubleConsumer, OfDouble>", typeSolver);
|
Issue276.java | 35 MethodContext context = new MethodContext(method, typeSolver); local 36 isSolved = context.solveType("FindMeIfYouCan", typeSolver).isSolved();
|
/external/libcxx/utils/google-benchmark/src/ |
csv_reporter.cc | 40 bool CSVReporter::ReportContext(const Context& context) { 41 PrintBasicContext(&GetErrorStream(), context); local
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
pipe_control_message_handler.cc | 64 internal::SerializationContext context; local 71 params, ¶ms_ptr, &context);
|
pipe_control_message_proxy.cc | 21 internal::SerializationContext context; local 27 pipe_control::RunOrClosePipeMessageParamsDataView>(params_ptr, &context); 33 params_ptr, builder.buffer(), ¶ms, &context);
|
serialization.h | 33 SerializationContext context; local 34 size_t size = PrepareToSerialize<MojomType>(*input, &context); 56 Serialize<MojomType>(*input, &buffer, &data, &context); 91 SerializationContext context; local 92 result = Deserialize<MojomType>(data, output, &context);
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
struct_with_traits_impl_traits.cc | 10 struct Context { 20 Context* context = new Context; local 21 context->value = input.value; 22 return context; 29 void* context) { 30 Context* context_obj = static_cast<Context*>(context); [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
codegen.ml | 9 let context = global_context () var 10 let the_module = create_module context "my cool jit" 11 let builder = builder context 13 let double_type = double_type context 85 let bb = append_block context "entry" the_function in
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
codegen.ml | 9 let context = global_context () var 10 let the_module = create_module context "my cool jit" 11 let builder = builder context 13 let double_type = double_type context 85 let bb = append_block context "entry" the_function in
|