HomeSort by relevance Sort by last modified time
    Searched refs:vname (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /prebuilts/tools/linux-x86_64/kythe/studio/
manifest2vname.py 31 "vname": {
39 "vname": {
49 # we convert these into vname patterns that kythe understands.
53 vname = {} variable
54 vname['corpus'] = 'googleplex-android'
55 vname['root'] = project.get('name')
56 vname['path'] = '@1@'
57 node['vname'] = vname
60 # add fallback vname patterns to end of json list
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UPropertyAliasesTest.java 72 String vname = null; local
74 vname = UCharacter.getPropertyValueName(p, v, choice);
75 String n = (vname != null) ? ("\"" + vname + '"') : "null";
83 if (vname != null) {
85 rev = UCharacter.getPropertyValueEnum(p, vname);
89 vname + " -> " + rev);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UPropertyAliasesTest.java 71 String vname = null; local
73 vname = UCharacter.getPropertyValueName(p, v, choice);
74 String n = (vname != null) ? ("\"" + vname + '"') : "null";
82 if (vname != null) {
84 rev = UCharacter.getPropertyValueEnum(p, vname);
88 vname + " -> " + rev);
  /external/ltp/testcases/network/virt/
virt_lib.sh 102 local vname=$1
122 ip li add $vname type $virt_type $opt
125 ip -f inet$TST_IPV6 tu add $vname mode $virt_type $opt
128 ip li add link $(tst_iface) $vname type $virt_type $opt
  /build/kati/
expr.cc 357 Value* vname = ParseExprImpl(loc, s.substr(i), terms, local
362 if (vname->IsLiteral()) {
363 Literal* lit = static_cast<Literal*>(vname);
376 return new VarRef(vname);
381 if (vname->IsLiteral()) {
382 Literal* lit = static_cast<Literal*>(vname);
397 delete vname;
412 v->AddValue(vname);
424 return new VarSubst(vname->Compact(), pat, subst);
expr.go 244 vname := string(params[0])
248 vv := ev.LookupVar(vname)
475 vname := compactExpr(varname)
476 n, err := valueNum(vname)
481 return &varref{varname: vname, paren: oparen}, i + 1, nil
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_variables.py 72 vname = str(v)
84 self.assertEqual(trace, [('write', vname, '', 'w')])
88 self.assertEqual(trace, [('read', vname, '', 'r')])
100 self.assertEqual(trace, [('read', vname, '', 'r')])
112 self.assertEqual(trace, [('write', vname, '', 'w')])
117 #self.assertEqual(trace, [('write', vname, '', 'u')])
  /external/ply/ply/example/BASIC/
basinterp.py 363 for vname, x, y in instr[1]:
366 self.lists[vname] = [0] * x
373 self.tables[vname] = v
462 for vname, x, y in instr[1]:
467 _out += "%s(%d)" % (vname, x)
469 _out += "%s(%d,%d)" % (vname, x, y)
  /external/icu/icu4c/source/common/
uniset_props.cpp 983 CharString pname, vname; local
    [all...]
  /external/libxml2/
gentest.py 554 vname = value.xpathEval('string(@name)') variable
555 if vname == None:
560 vals.append(vname)
  /external/libjpeg-turbo/java/
TJUnitTest.java 277 private static void checkVal(int row, int col, int v, String vname, int cv)
281 throw new Exception("Comp. " + vname + " at " + row + "," + col +
286 private static void checkVal0(int row, int col, int v, String vname)
290 throw new Exception("Comp. " + vname + " at " + row + "," + col +
295 private static void checkVal255(int row, int col, int v, String vname)
299 throw new Exception("Comp. " + vname + " at " + row + "," + col +
    [all...]
  /external/boringssl/src/include/openssl/
asn1t.h 724 #define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \
726 ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 1477 char *vname; local
    [all...]
  /external/dhcpcd-6.8.2/
dhcp-common.c 754 const struct dhcp_opt *opt, int vname, const uint8_t *od, size_t ol,
769 if (vname)
783 if (vname)
  /external/mksh/src/
expr.c 660 tempvar(const char *vname)
665 vsize = strlen(vname) + 1;
667 memcpy(vp->name, vname, vsize);
var.c 224 #define vn vname.ro
239 union mksh_cchack vname; local
320 afree(vname.rw, ATEMP);
331 union mksh_cchack vname; local
371 afree(vname.rw, ATEMP);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
type.go 606 vname := resolveNameOff(unsafe.Pointer(vm), vm.name)
607 if tname.name() != vname.name() {
610 if tname.pkgPath() != vname.pkgPath() {
  /prebuilts/go/linux-x86/src/runtime/
type.go 606 vname := resolveNameOff(unsafe.Pointer(vm), vm.name)
607 if tname.name() != vname.name() {
610 if tname.pkgPath() != vname.pkgPath() {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c 766 const char *vname, *wname; local
787 vname = "";
789 vname = v->ob_type->tp_name;
794 c = strcmp(vname, wname);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 761 const char *vname, *wname; local
782 vname = "";
784 vname = v->ob_type->tp_name;
789 c = strcmp(vname, wname);
    [all...]
  /external/python/cpython2/Objects/
object.c 766 const char *vname, *wname; local
787 vname = "";
789 vname = v->ob_type->tp_name;
794 c = strcmp(vname, wname);
    [all...]
  /external/devlib/devlib/utils/
android.py 117 version_regex = re.compile(r"name='(?P<name>[^']+)' versionCode='(?P<vcode>[^']+)' versionName='(?P<vname>[^']+)'")
142 self.version_name = match.group('vname')
  /tools/repohooks/tools/
checkpatch.pl 754 my $vname;
767 $vname = 'Your patch';
769 $vname = $filename;
778 print '-' x length($vname) . "\n";
779 print "$vname\n";
780 print '-' x length($vname) . "\n";
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c 2988 const char* vname = u_getPropertyValueName(propEnum, v, (UPropertyNameChoice)choice); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.c 347 TString *vname = getlocvar(fs, gt->nactvar)->varname; local
350 getstr(gt->name), gt->line, getstr(vname));
    [all...]

Completed in 1666 milliseconds

1 2 3 4 5 6