HomeSort by relevance Sort by last modified time
    Searched full:gets (Results 76 - 100 of 10097) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport_static-exception/jni/
cleanup1_1.cpp 2 // Bug: obj gets destroyed twice because the fixups for the return are
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
idle.py 5 # parent of this idlelib dir to sys.path. Otherwise, importing idlelib gets
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
idle.py 5 # parent of this idlelib dir to sys.path. Otherwise, importing idlelib gets
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug440_64.go 3 // Test for 6g register move bug. The optimizer gets confused
  /prebuilts/go/linux-x86/test/fixedbugs/
bug440_64.go 3 // Test for 6g register move bug. The optimizer gets confused
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
idle.py 5 # parent of this idlelib dir to sys.path. Otherwise, importing idlelib gets
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
idle.py 5 # parent of this idlelib dir to sys.path. Otherwise, importing idlelib gets
  /toolchain/binutils/binutils-2.25/ld/emulparams/
elf32frvfd.sh 9 EMBEDDED= # This gets us program headers mapped as part of the text segment.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
jalbal.s 1 # Test that jal gets converted to bal on the RM9000 when it is in range.
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
FieldRef.java 32 * Gets the name of the field's declaring class.
39 * Gets the type name. Examples: "Ljava/lang/String;", "[I".
46 * Gets the field name.
  /external/clang/test/CodeGenCXX/
microsoft-no-rtti-data.cpp 18 extern S *getS();
20 const std::type_info &ti = typeid(*getS());
21 const U &u = dynamic_cast<U &>(*getS());
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
ClassDef.java 49 * Gets the class type.
58 * Gets the access flags for this class.
67 * Gets the superclass of this class.
76 * Gets a list of the interfaces that this class implements.
83 * Gets the name of the primary source file that this class is defined in, if available.
93 * Gets a set of the annotations that are applied to this class.
102 * Gets the static fields that are defined by this class.
111 * Gets the instance fields that are defined by this class.
120 * Gets all the fields that are defined by this class.
135 * Gets the direct methods that are defined by this class
    [all...]
Method.java 49 * Gets the type of the class that defines this method.
56 * Gets the name of this method.
63 * Gets a list of the parameters of this method.
76 * Gets the return type of this method.
83 * Gets the access flags for this method.
92 * Gets a set of the annotations that are applied to this method.
101 * Gets a MethodImplementation object that defines the implementation of the method.
  /external/clang/include/clang/Tooling/
ArgumentsAdjusters.h 39 /// \brief Gets an argument adjuster that converts input command line arguments
43 /// \brief Gets an argument adjuster which removes output-related command line
49 /// \brief Gets an argument adjuster which inserts \p Extra arguments in the
54 /// \brief Gets an argument adjuster which inserts an \p Extra argument in the
60 /// \brief Gets an argument adjuster which adjusts the arguments in sequence
  /frameworks/base/telephony/java/com/android/ims/internal/uce/options/
OptionsSipResponse.java 33 * Gets the Options command ID.
49 * Gets the request ID
65 * Gets the SIP response code.
81 * Gets the reason phrase associated with the SIP responce code.
97 * Gets the SIP retryAfter sec value .
  /frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
PresSipResponse.java 32 * Gets the Presence command ID.
48 * Gets the request ID.
64 * Gets the SIP response code.
81 * Gets the reason phrase associated with the SIP responce
98 * Gets the SIP retryAfter sec value.
  /packages/apps/Camera2/src/com/android/camera/ui/
PreviewStatusListener.java 47 * Gets called when preview TextureView gets a layout change call.
53 * This listener gets notified when the actual preview frame changes due
70 * Gets called when the preview is flipped (i.e. 180-degree rotated).
75 * This listener gets notified when the preview aspect ratio is changed.
  /hardware/bsp/intel/peripheral/libupm/src/lsm303/
lsm303.h 111 * Gets the current heading; headings <0 indicate an error has occurred
118 * Gets the coordinates in the XYZ order
123 * Gets accelerometer values
129 * Gets raw coordinate data; it is updated when getCoordinates() is called
134 * Gets the X component of the coordinates data
139 * Gets the Y component of the coordinates data
144 * Gets the Z component of the coordinates data
149 * Gets raw accelerometer data; it is updated when getAcceleration() is called
154 * Gets the X component of the acceleration data
159 * Gets the Y component of the acceleration dat
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/lsm303d/
lsm303d.h 103 * Gets the current heading; headings <0 indicate an error has occurred
110 * Gets the coordinates in the XYZ order
115 * Gets accelerometer values
121 * Gets raw coordinate data; it is updated when getCoordinates() is called
126 * Gets the X component of the coordinates data
131 * Gets the Y component of the coordinates data
136 * Gets the Z component of the coordinates data
141 * Gets raw accelerometer data; it is updated when getAcceleration() is called
146 * Gets the X component of the acceleration data
151 * Gets the Y component of the acceleration dat
    [all...]
  /external/autotest/client/site_tests/platform_RootPartitionsNotMounted/
platform_RootPartitionsNotMounted.py 19 """Gets a list of root partitions of a device.
21 Gets a list of root partitions of a device by calling
35 """Gets a set of mounted devices from a given mounts file.
37 Gets a set of device files that are currently mounted. This method
56 """Gets the executable path of a given process ID.
70 """Gets a list of process IDs of active processes.
72 Gets a list of process IDs of active processes by looking into /proc
  /frameworks/base/core/java/android/database/sqlite/
SQLiteGlobal.java 59 * Gets the default page size to use when creating a database.
71 * Gets the default journal mode when WAL is not in use.
80 * Gets the journal size limit in bytes.
89 * Gets the default database synchronization mode when WAL is not in use.
98 * Gets the database synchronization mode when in WAL mode.
107 * Gets the WAL auto-checkpoint integer in database pages.
117 * Gets the connection pool size when in WAL mode.
  /frameworks/base/core/java/android/webkit/
WebViewFactoryProvider.java 91 * Gets the singleton GeolocationPermissions instance for this WebView implementation. The
98 * Gets the singleton CookieManager instance for this WebView implementation. The
106 * Gets the TokenBindingService instance for this WebView implementation. The
114 * Gets the ServiceWorkerController instance for this WebView implementation. The
122 * Gets the singleton WebIconDatabase instance for this WebView implementation. The
130 * Gets the singleton WebStorage instance for this WebView implementation. The
138 * Gets the singleton WebViewDatabase instance for this WebView implementation. The
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvCode.java 130 * Gets whether this instance has any position data to represent.
141 * Gets whether this instance has any local variable data to represent.
151 * Gets whether this instance has any catches at all (either typed
161 * Gets the set of catch types handled anywhere in the code.
170 * Gets the set of all constants referred to by instructions in
180 * Gets the list of instructions.
190 * Gets the catch (exception handler) table.
200 * Gets the source positions list.
210 * Gets the source positions list.
224 * Gets the index for the given constant
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvCode.java 129 * Gets whether this instance has any position data to represent.
140 * Gets whether this instance has any local variable data to represent.
150 * Gets whether this instance has any catches at all (either typed
160 * Gets the set of catch types handled anywhere in the code.
169 * Gets the set of all constants referred to by instructions in
179 * Gets the list of instructions.
189 * Gets the catch (exception handler) table.
199 * Gets the source positions list.
209 * Gets the source positions list.
223 * Gets the index for the given constant
    [all...]
  /development/host/windows/usb/api/
adb_api_legacy.h 48 /// Control code for IOCTL that gets USB_DEVICE_DESCRIPTOR
51 /// Control code for IOCTL that gets USB_CONFIGURATION_DESCRIPTOR
54 /// Control code for IOCTL that gets USB_INTERFACE_DESCRIPTOR
57 /// Control code for IOCTL that gets endpoint information
66 /// Control code for IOCTL that gets device serial number
69 /// IOCTL that gets USB_DEVICE_DESCRIPTOR
76 /// IOCTL that gets USB_CONFIGURATION_DESCRIPTOR
83 /// IOCTL that gets USB_INTERFACE_DESCRIPTOR
90 /// IOCTL that gets endpoint information
115 /// IOCTL that gets device serial number
    [all...]

Completed in 1263 milliseconds

1 2 34 5 6 7 8 91011>>