HomeSort by relevance Sort by last modified time
    Searched full:returns (Results 101 - 125 of 31998) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_cpuinfo.h 39 /** This function returns true if the CPU has the RDTSC instruction */
42 /** This function returns true if the CPU has MMX features */
45 /** This function returns true if the CPU has MMX Ext. features */
48 /** This function returns true if the CPU has 3DNow features */
51 /** This function returns true if the CPU has 3DNow! Ext. features */
54 /** This function returns true if the CPU has SSE features */
57 /** This function returns true if the CPU has SSE2 features */
60 /** This function returns true if the CPU has AltiVec features */
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_cpuinfo.h 39 /** This function returns true if the CPU has the RDTSC instruction */
42 /** This function returns true if the CPU has MMX features */
45 /** This function returns true if the CPU has MMX Ext. features */
48 /** This function returns true if the CPU has 3DNow features */
51 /** This function returns true if the CPU has 3DNow! Ext. features */
54 /** This function returns true if the CPU has SSE features */
57 /** This function returns true if the CPU has SSE2 features */
60 /** This function returns true if the CPU has AltiVec features */
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t015calc.g 16 evaluate returns [result]: r=expression {result = r;};
18 expression returns [result]: r=mult (
23 mult returns [result]: r=log (
28 log returns [result]: 'ln' r=exp {result = Math.log(r);}
32 exp returns [result]: r=atom ('^' r2=atom {r = Math.pow(r,r2);} )? {result = r;}
35 atom returns [result]:
  /external/antlr/antlr-3.4/runtime/Python/tests/
t015calc.g 19 evaluate returns [result]: r=expression {result = r};
21 expression returns [result]: r=mult (
26 mult returns [result]: r=log (
32 log returns [result]: 'ln' r=exp {result = math.log(r)}
36 exp returns [result]: r=atom ('^' r2=atom {r = math.pow(r,r2)} )? {result = r}
39 atom returns [result]:
  /external/chromium/base/
environment.h 28 // Static factory method that returns the implementation that provide the
33 // Returns false if the key is unset.
39 // Returns true on success, otherwise returns false.
43 // Returns true on success, otherwise returns false.
  /external/chromium/chrome/browser/chromeos/login/
default_user_images.h 14 // Returns path to default user image with specified index.
18 // Checks if given path is one of the default ones. If it is, returns true
19 // and its index through |image_id|. If not, returns false.
22 // Returns URL to default user image with specifided index.
26 // returns true and its index through |image_id|. If not, returns false.
  /external/jmdns/src/javax/jmdns/
ServiceEvent.java 32 * Returns the JmDNS instance which originated the event.
39 * Returns the fully qualified type of the service.
46 * Returns the instance name of the service. Always returns null, if the event is sent to a service type listener.
53 * Returns the service info record, or null if the service could not be resolved. Always returns null, if the event is sent to a service type listener.
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
Mutex.h 38 ** Returns: None.
50 ** Returns: None.
62 ** Returns: None.
74 ** Returns: None.
86 ** Returns: True if the mutex is locked.
98 ** Returns: Handle of the mutex.
  /external/skia/tools/
skdiff_utils.h 18 /** Returns true if the two buffers passed in are both non-NULL,
23 /** Reads the file at the given path and returns its complete contents as an
24 * SkData object (or returns NULL on error).
28 /** Decodes the fileBits into the resource.fBitmap. Returns false on failure. */
34 /** Given an image filename, returns the name of the file containing
39 /** Given an image filename, returns the name of the file containing
  /external/chromium_org/third_party/libXNVCtrl/
NVCtrlLib.h 36 * Returns True if the extension exists, returns False otherwise.
52 * Returns True if the extension exists, returns False otherwise.
67 * Returns True is the specified screen is controlled by the NVIDIA
68 * driver. Returns False otherwise.
80 * Returns True if the target type exists. Returns False otherwise.
81 * If XNVCTRLQueryTargetCount returns True, value will contain the
154 * In addition, XNVCTRLSetAttributeAndGetStatus() returns
    [all...]
  /external/chromium_org/chrome/installer/util/
channel_info.h 24 // Returns false if the value is present but could not be read from the
25 // registry. Returns true if the value was not present or could be read.
26 // Also returns true if the key is not valid.
31 // Returns false if the value could not be written to the registry.
41 // results are the empty string (stable channel), "beta", and "dev". Returns
46 // Returns true if the -chrome modifier is present in the value.
53 // Returns true if the -chromeframe modifier is present in the value.
60 // Returns true if the -applauncher modifier is present in the value.
67 // Returns true if the -multi modifier is present in the value.
74 // Returns true if the -readymode modifier is present in the value
    [all...]
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransferRequest.java 51 * Returns the name of the file.
53 * @return Returns the name of the file.
60 * Returns the size in bytes of the file.
62 * @return Returns the size in bytes of the file.
69 * Returns the description of the file provided by the requestor.
71 * @return Returns the description of the file provided by the requestor.
78 * Returns the mime-type of the file.
80 * @return Returns the mime-type of the file.
87 * Returns the fully-qualified jabber ID of the user that requested this
90 * @return Returns the fully-qualified jabber ID of the user that requested
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpCodes.java 39 * returns: indicates what the production should return.
70 * returns:
87 * returns:
99 * returns:
111 * returns:
123 * returns:
135 * returns:
147 * returns:
159 * returns:
171 * returns
    [all...]
  /external/chromium_org/ash/shelf/
shelf_model.h 29 // Adds a new item to the model. Returns the resulting index.
33 // modified to meet type-based ordering. Returns the actual insertion index.
47 // Returns the index of the item by id.
50 // Returns the |index| of the item matching |type| in |items_|.
51 // Returns -1 if the matching item is not found.
55 // Returns the index of the first panel or the index where the first panel
59 // Returns the id assigned to the next item added.
62 // Returns a reserved id which will not be used by the |ShelfModel|.
65 // Returns an iterator into items() for the item with the specified id, or
81 // returns the new value
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
extensions_helper.h 19 // Returns true iff the profile with index |index| has the same extensions
23 // Returns true iff all existing profiles have the same extensions
27 // Returns true iff all existing profiles have the same extensions.
30 // Installs the extension for the given index to |profile|, and returns the
35 // verifier), and returns the extension ID of the new extension.
42 // Returns a vector containing the indices of all currently installed
55 // Returns true if the extension with index |index| is enabled on |profile|.
64 // Returns true if the extension with index |index| is enabled in incognito
68 // Returns a unique extension name based in the integer |index|.
72 // Returns true if successful, false on failure
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ControllableActivity.java 31 * Returns the ViewMode the activity is updating.
38 * Returns the object that handles {@link ConversationListCallbacks} that is associated with
51 * Get the set of currently selected conversations. This method returns a non-null value.
52 * In case no conversation is currently selected, it returns an empty selection set.
58 * Returns the listener for folder list selection changes in the folder list
70 * Returns an object that can update conversation state. Holding a reference to the
80 * Returns the {@link FolderController} object associated with this activity, if any.
86 * Returns the {@link AccountController} object associated with this activity, if any.
92 * Returns the {@link RecentFolderController} object associated with this activity, if any.
111 * Returns the {@link FragmentLauncher} object associated with this activity, if any
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_storage.h 48 ** Returns BT_STATUS_SUCCESS if the fetch was successful,
61 ** Returns BT_STATUS_SUCCESS if the store was successful,
76 ** Returns BT_STATUS_SUCCESS if the fetch was successful,
90 ** Returns BT_STATUS_SUCCESS if the store was successful,
105 ** Returns BT_STATUS_SUCCESS if the store was successful,
120 ** Returns BT_STATUS_SUCCESS if the store was successful,
135 ** Returns BT_STATUS_SUCCESS if the deletion was successful,
147 ** Returns BT_STATUS_SUCCESS if the deletion was successful,
159 ** Returns BT_STATUS_SUCCESS if the operation was successful,
171 ** Returns BT_STATUS_SUCCESS if the operation was successful
    [all...]
btif_av.h 61 ** Returns None
73 ** Returns None
85 ** Returns None
97 ** Returns None
110 ** Returns bt_status_t
122 ** Returns BOOLEAN
138 ** Returns TRUE if remote device is capable of EDR
  /external/chromium_org/chrome/test/automation/
browser_proxy.h 36 // Activates the tab corresponding to (zero-based) tab_index. Returns true if
40 // Bring the browser window to the front, activating it. Returns true on
46 // Returns true if successful.
49 // Gets the (zero-based) index of the currently active tab. Returns true if
53 // Returns the number of tabs in the given window. Returns true if
57 // Returns the type of the given window. Returns true if the call was
61 // Returns the TabProxy for the tab at the given index, transferring
62 // ownership of the pointer to the caller. On failure, returns NULL
    [all...]
  /packages/apps/Nfc/nci/jni/
SecureElement.h 47 ** Returns: SecureElement object.
60 ** Returns: True if ok.
72 ** Returns: None
85 ** Returns: List of ID's.
98 ** Returns: True if ok.
111 ** Returns: True if ok.
123 ** Returns: True if ok.
136 ** Returns: True if ok.
154 ** Returns: True if ok.
170 ** Returns: Non
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avdtc_api.h 76 ** Returns void
87 ** Returns void
99 ** Returns void
110 ** Returns void
121 ** Returns void
132 ** Returns void
143 ** Returns void
154 ** Returns void
165 ** Returns void
176 ** Returns voi
    [all...]
  /external/chromium_org/google_apis/drive/
drive_api_url_generator.h 29 // Returns a URL to invoke "About: get" method.
32 // Returns a URL to invoke "Apps: list" method.
35 // Returns a URL to fetch a file metadata.
38 // Returns a URL to create a resource.
41 // Returns a URL to patch file metadata.
46 // Returns a URL to copy a resource specified by |file_id|.
49 // Returns a URL to fetch file list.
54 // Returns a URL to delete a resource with the given |file_id|.
57 // Returns a URL to trash a resource with the given |file_id|.
60 // Returns a URL to fetch a list of changes
    [all...]
  /external/proguard/src/proguard/evaluation/value/
Value.java 44 * Returns this Value as a Category1Value.
52 * Returns this Value as a Category2Value.
61 * Returns this Value as an IntegerValue.
69 * Returns this Value as a LongValue.
77 * Returns this Value as a FloatValue.
85 * Returns this Value as a DoubleValue.
93 * Returns this Value as a ReferenceValue.
101 * Returns this Value as an InstructionOffsetValue.
110 * Returns whether this Value represents a single specific (but possibly
120 * Returns whether this Value represents a single particular (known
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
plstr.h 65 * Returns the length of the provided string, not including the trailing '\0'.
74 * Returns the length of the provided string, not including the trailing '\0',
87 * buffer is large enough. It returns the "dest" argument.
113 * unlike the traditional libc implementation. It returns the "dest" argument.
132 * Returns a pointer to a malloc'd extent of memory containing a duplicate
136 * a one-byte extent containing the null value. This routine returns null
155 * Returns a pointer to a malloc'd extent of memory containing a duplicate
161 * containing the null value. This routine returns null upon malloc failure.
173 * argument returns null; otherwise, the first argument is returned.
185 * size. A null destination argument returns null; otherwise, the first
    [all...]
  /external/chromium_org/ash/first_run/
first_run_helper.h 41 // Returns widget to place tutorial UI into it.
48 // Returns bounding rectangle of launcher elements.
51 // Returns bounds of application list button.
54 // Returns bounds of application list. You must open application list before
62 // Returns |true| iff system tray bubble is opened now.
65 // Returns bounds of system tray bubble. You must open bubble before calling
69 // Returns bounds of help app button from system tray buble. You must open

Completed in 1180 milliseconds

1 2 3 45 6 7 8 91011>>