HomeSort by relevance Sort by last modified time
    Searched refs:bc (Results 76 - 100 of 413) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tools/layoutlib/bridge/src/android/view/
BridgeInflater.java 233 BridgeContext bc = (BridgeContext) context; local
235 Object viewKey = getViewKeyFromParser(attrs, bc, mResourceReference, mIsInMerge);
237 bc.addViewKey(view, viewKey);
243 bc.setScrollYPos(view, value);
251 ResourceValue resValue = bc.getRenderResources().findResValue(attrVal, false);
263 RecyclerViewUtil.setAdapter(view, bc, mLayoutlibCallback, resourceId);
288 /*package*/ static Object getViewKeyFromParser(AttributeSet attrs, BridgeContext bc,
303 BridgeXmlBlockParser previousParser = bc.getPreviousParser();
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
boolhuff.h 44 extern void vp8_start_encode(BOOL_CODER *bc, unsigned char *buffer, unsigned char *buffer_end);
47 extern void vp8_stop_encode(BOOL_CODER *bc);
encodeframe.c 399 w= &cpi->bc[1 + (mb_row % num_part)];
401 w = &cpi->bc[1];
724 BOOL_CODER * bc = &cpi->bc[1]; /* bc[0] is for control partition */ local
792 vp8_start_encode(&bc[i], cpi->partition_d[i + 1],
794 bc[i].error = &cm->error;
939 vp8_stop_encode(&bc[i]);
940 cpi->partition_sz[i+1] = bc[i].pos;
1065 int br, bc; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_writer.h 35 void vp9_start_encode(vp9_writer *bc, uint8_t *buffer);
36 void vp9_stop_encode(vp9_writer *bc);
  /external/llvm/test/Bindings/OCaml/
bitreader.ml 3 * RUN: %t %t.bc
5 * RUN: %t %t.bc
6 * RUN: llvm-dis < %t.bc
ipo.ml 3 * RUN: %t %t.bc
5 * RUN: %t %t.bc
scalar_opts.ml 3 * RUN: %t %t.bc
5 * RUN: %t %t.bc
  /external/v8/test/mjsunit/harmony/
string-endswith.js 120 assertTrue("abc".endsWith("bc", 3));
122 assertTrue("abc".endsWith("bc", 3));
129 assertTrue("abc".endsWith("bc", Infinity));
131 assertTrue("abc".endsWith("bc", undefined));
132 assertFalse("abc".endsWith("bc", -43));
133 assertFalse("abc".endsWith("bc", -Infinity));
134 assertFalse("abc".endsWith("bc", NaN));
156 assertEquals("abc".endsWith("bc"), true);
167 assertEquals("abc".endsWith("bc", NaN), false);
178 assertEquals("abc".endsWith("bc", false), false)
    [all...]
string-startswith.js 119 assertFalse("abc".startsWith("bc", 0));
120 assertTrue("abc".startsWith("bc", 1));
132 assertFalse("abc".startsWith("bc", -42));
133 assertFalse("abc".startsWith("bc", -Infinity));
155 assertEquals("abc".startsWith("bc"), false);
166 assertEquals("abc".startsWith("bc", NaN), false);
177 assertEquals("abc".startsWith("bc", false), false);
188 assertEquals("abc".startsWith("bc", undefined), false);
199 assertEquals("abc".startsWith("bc", null), false);
210 assertEquals("abc".startsWith("bc", -Infinity), false)
    [all...]
  /ndk/toolchains/llvm-3.4/
setup-common.mk 101 $(call set-src-files-text,$(LOCAL_SRC_FILES),bc) \
114 $(call host-mv, $(call host-path,$(LOCAL_BUILT_MODULE)), $(call host-path,$(LOCAL_BUILT_MODULE)).bc) && \
119 --file $(call host-path, $(LOCAL_BUILT_MODULE)).bc $(patsubst %.bc,%.so,$(call host-path,$(LOCAL_BUILT_MODULE)))
131 $(call host-mv, $(call host-path,$(LOCAL_BUILT_MODULE)), $(call host-path,$(LOCAL_BUILT_MODULE)).bc) && \
136 --file $(call host-path,$(LOCAL_BUILT_MODULE)).bc $(call host-path,$(LOCAL_BUILT_MODULE))
  /ndk/toolchains/llvm-3.5/
setup-common.mk 101 $(call set-src-files-text,$(LOCAL_SRC_FILES),bc) \
114 $(call host-mv, $(call host-path,$(LOCAL_BUILT_MODULE)), $(call host-path,$(LOCAL_BUILT_MODULE)).bc) && \
119 --file $(call host-path, $(LOCAL_BUILT_MODULE)).bc $(patsubst %.bc,%.so,$(call host-path,$(LOCAL_BUILT_MODULE)))
131 $(call host-mv, $(call host-path,$(LOCAL_BUILT_MODULE)), $(call host-path,$(LOCAL_BUILT_MODULE)).bc) && \
136 --file $(call host-path,$(LOCAL_BUILT_MODULE)).bc $(call host-path,$(LOCAL_BUILT_MODULE))
  /external/v8/test/webkit/fast/regex/
ecma-regex-examples.js 31 var regex02 = /((a)|(ab))((c)|(bc))/;
32 shouldBe('regex02.exec("abc")', '["abc", "a", "a", undefined, "bc", undefined, "bc"]');
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-var.cpp 47 const Base bc, const Derived dc,
55 Base &br3 = bc; // expected-error{{drops qualifiers}}
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 186 bc = c; \
223 if (tr != br && tc != bc) { \
225 kc = bc - tc; \
228 } else if (tr == br && tc != bc) { \
229 kc = bc - tc; \
242 } else if (tr != br && tc == bc) { \
289 int bc = bestmv->col * 8; local
297 int tc = bc;
324 tc = bc;
337 tc = bc;
419 int br, bc; local
    [all...]
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.c 989 base_classification_t *bc; local
995 for (n_el = 0, bc = domain->base_classifications; bc; bc = bc->next) {
1005 for (i=0, bc = domain->base_classifications; bc; bc = bc->next) {
1006 sortable[i++] = bc->trans
1128 base_classification_t *bc; local
1317 base_classification_t *bc, *last = NULL; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 398 w= &cpi->bc[1 + (mb_row % num_part)];
400 w = &cpi->bc[1];
736 BOOL_CODER * bc = &cpi->bc[1]; /* bc[0] is for control partition */ local
804 vp8_start_encode(&bc[i], cpi->partition_d[i + 1],
806 bc[i].error = &cm->error;
951 vp8_stop_encode(&bc[i]);
952 cpi->partition_sz[i+1] = bc[i].pos;
1077 int br, bc; local
    [all...]
  /bionic/libc/arch-mips/string/
memcpy.S 364 bc L(lb0)
365 bc L(lb7)
366 bc L(lb6)
367 bc L(lb5)
368 bc L(lb4)
369 bc L(lb3)
370 bc L(lb2)
371 bc L(lb1)
406 bc L(aligned)
407 bc L(r6_unaligned1
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/bc/
BcDigestCalculatorProvider.java 1 package org.bouncycastle.operator.bc;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
OpenSSLDigest.java 20 import org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi;
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 54 bad_const bc; // expected-error {{call to implicitly-deleted default constructor}} variable
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
buildAll.bat 39 if x%1==x-bc set bootclasspath=-Dbootclasspath=%2 && shift && shift && goto processcmdlineargs
52 echo "usage: buildAll [-mapVersionTag HEAD|<branch name>] [-vm <url to java executable to run build>] [-bc <bootclasspath>] [-target <buildall target to execute>] [-buildID <buildID, e.g. 2.1.2>] [-ftp <userid> <password>] I|M"
  /external/libvpx/libvpx/vp8/decoder/
detokenize.c 172 BOOL_DECODER *bc = x->current_bc; local
197 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr + 24 * 16);
217 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), skip_dc, qcoeff_ptr);
235 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr);

Completed in 1869 milliseconds

1 2 34 5 6 7 8 91011>>