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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/go/ast/
commentmap_test.go 35 a, b, c int // associated with a, b, c
36 // associated with x, y
40 // also associated with T
44 // also associated with x
48 /* associated with s1 */
50 // also associated with s1
52 // associated with s2
54 // also associated with s2
57 // associated with f1
58 // also associated with f
    [all...]
example_test.go 150 // This comment is associated with the hello constant.
153 // This comment is associated with the foo variable.
156 // This comment is associated with the main function.
178 // (the comments associated with the variable declaration), and create
193 // // This comment is associated with the hello constant.
196 // // This comment is associated with the main function.
  /prebuilts/go/linux-x86/src/go/ast/
commentmap_test.go 35 a, b, c int // associated with a, b, c
36 // associated with x, y
40 // also associated with T
44 // also associated with x
48 /* associated with s1 */
50 // also associated with s1
52 // associated with s2
54 // also associated with s2
57 // associated with f1
58 // also associated with f
    [all...]
example_test.go 150 // This comment is associated with the hello constant.
153 // This comment is associated with the foo variable.
156 // This comment is associated with the main function.
178 // (the comments associated with the variable declaration), and create
193 // // This comment is associated with the hello constant.
196 // // This comment is associated with the main function.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
immexpr2.s 1 ! This expression and the associated resolved-expression case is new for SH64.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/wificond/
NativeScanResult.java 39 public boolean associated; field in class:NativeScanResult
53 associated = source.associated;
78 out.writeInt(associated ? 1 : 0);
100 result.associated = (in.readInt() != 0);
  /system/connectivity/wificond/scanning/
scan_result.h 42 bool associated);
80 bool associated; member in class:com::android::server::wifi::wificond::NativeScanResult
scan_result.cpp 49 associated(associated_) {
62 RETURN_IF_FAILED(parcel->writeInt32(associated ? 1 : 0));
76 associated = (parcel->readInt32() != 0);
92 LOG(INFO) << "ASSOCIATED: " << associated;
  /prebuilts/go/darwin-x86/src/net/textproto/
header.go 12 // It appends to any existing values associated with key.
18 // Set sets the header entries associated with key to
20 // values associated with key.
25 // Get gets the first value associated with the given key.
28 // If there are no values associated with the key, Get returns "".
42 // Del deletes the values associated with key.
  /prebuilts/go/linux-x86/src/net/textproto/
header.go 12 // It appends to any existing values associated with key.
18 // Set sets the header entries associated with key to
20 // values associated with key.
25 // Get gets the first value associated with the given key.
28 // If there are no values associated with the key, Get returns "".
42 // Del deletes the values associated with key.
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/wificond/
NativeScanResultTest.java 63 scanResult.associated = TEST_ASSOCIATED;
77 assertEquals(scanResult.associated, scanResultDeserialized.associated);
  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd 32 $details =~ s/^(associated) .*$/$1/i;
  /external/valgrind/drd/tests/
pth_cond_race.stderr.exp 3 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 36 The colormap associated with a window can be queried with normal
37 Xlib functions but there is no colormap associated with pixmaps.
MESA_window_pos.spec 98 position's associated data.
  /prebuilts/go/darwin-x86/src/text/template/
template.go 50 // New allocates a new, undefined template associated with the given one and with the same
75 // Clone returns a duplicate of the template, including all associated
77 // associated templates is, so further calls to Parse in the copy will add
92 // The associated templates share nt's common structure.
136 // Templates returns a slice of defined templates associated with t.
175 // Lookup returns the template with the given name that is associated with t.
186 // define additional templates associated with t and are removed from the
211 // associate installs the new template into the group of templates associated
  /prebuilts/go/linux-x86/src/text/template/
template.go 50 // New allocates a new, undefined template associated with the given one and with the same
75 // Clone returns a duplicate of the template, including all associated
77 // associated templates is, so further calls to Parse in the copy will add
92 // The associated templates share nt's common structure.
136 // Templates returns a slice of defined templates associated with t.
175 // Lookup returns the template with the given name that is associated with t.
186 // define additional templates associated with t and are removed from the
211 // associate installs the new template into the group of templates associated
  /prebuilts/go/darwin-x86/src/mime/
type.go 84 // TypeByExtension returns the MIME type associated with the file extension ext.
86 // When ext has no associated type, TypeByExtension returns "".
134 // ExtensionsByType returns the extensions known to be associated with the MIME
136 // ".html". When typ has no associated extensions, ExtensionsByType returns an
154 // AddExtensionType sets the MIME type associated with
  /prebuilts/go/linux-x86/src/mime/
type.go 84 // TypeByExtension returns the MIME type associated with the file extension ext.
86 // When ext has no associated type, TypeByExtension returns "".
134 // ExtensionsByType returns the extensions known to be associated with the MIME
136 // ".html". When typ has no associated extensions, ExtensionsByType returns an
154 // AddExtensionType sets the MIME type associated with
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
redblack32.go 108 // Find returns the data associated with key in the tree, or
115 // If key was already in the tree, it updates the associated data.
116 // Insert returns the previous data associated with key,
137 // Min returns the minimum element of t and its associated data.
143 // Max returns the maximum element of t and its associated data.
149 // Glb returns the greatest-lower-bound-exclusive of x and its associated
155 // GlbEq returns the greatest-lower-bound-inclusive of x and its associated
161 // Lub returns the least-upper-bound-exclusive of x and its associated
167 // LubEq returns the least-upper-bound-inclusive of x and its associated
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
redblack32.go 108 // Find returns the data associated with key in the tree, or
115 // If key was already in the tree, it updates the associated data.
116 // Insert returns the previous data associated with key,
137 // Min returns the minimum element of t and its associated data.
143 // Max returns the maximum element of t and its associated data.
149 // Glb returns the greatest-lower-bound-exclusive of x and its associated
155 // GlbEq returns the greatest-lower-bound-inclusive of x and its associated
161 // Lub returns the least-upper-bound-exclusive of x and its associated
167 // LubEq returns the least-upper-bound-inclusive of x and its associated
  /cts/tests/tests/debug/
Android.mk 43 # Include the associated library's makefile.
  /cts/tests/tests/opengl/
Android.mk 44 # Include the associated library's makefile.
  /external/libunwind/doc/
unw_destroy_addr_space.tex 21 all associated resources (such as memory).
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
b.go 24 // Associated with uint type if AllDecls is set.
27 // Associated with uint type if AllDecls is set.
34 // Exported declarations associated with non-exported types must always be shown.

Completed in 2827 milliseconds

1 2 3 4 5 6 7 8 91011>>