HomeSort by relevance Sort by last modified time
    Searched full:signs (Results 1 - 25 of 620) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/web/tests/data/viewport/
viewport-81.html 2 <title>Multiple equals-signs are accepted.</title>
  /external/clang/test/Frontend/
diagnostics-option-names.c 6 // CHECK: comparison of integers of different signs{{.*}} [-Werror,-Wsign-compare]
  /external/clang/test/Sema/
compare.c 16 (a == (unsigned long) b) + // expected-warning {{comparison of integers of different signs}}
20 ((long) a == b) + // expected-warning {{comparison of integers of different signs}}
21 ((int) a == b) + // expected-warning {{comparison of integers of different signs}}
22 ((short) a == b) + // expected-warning {{comparison of integers of different signs}}
23 ((signed char) a == b) + // expected-warning {{comparison of integers of different signs}}
24 ((long) a == (unsigned long) b) + // expected-warning {{comparison of integers of different signs}}
25 ((int) a == (unsigned int) b) + // expected-warning {{comparison of integers of different signs}}
28 (a < (unsigned long) b) + // expected-warning {{comparison of integers of different signs}}
32 ((long) a < b) + // expected-warning {{comparison of integers of different signs}}
33 ((int) a < b) + // expected-warning {{comparison of integers of different signs}}
    [all...]
  /external/clang/test/SemaCXX/
compare.cpp 12 (a == (unsigned long) b) + // expected-warning {{comparison of integers of different signs}}
16 ((long) a == b) + // expected-warning {{comparison of integers of different signs}}
17 ((int) a == b) + // expected-warning {{comparison of integers of different signs}}
18 ((short) a == b) + // expected-warning {{comparison of integers of different signs}}
19 ((signed char) a == b) + // expected-warning {{comparison of integers of different signs}}
20 ((long) a == (unsigned long) b) + // expected-warning {{comparison of integers of different signs}}
21 ((int) a == (unsigned int) b) + // expected-warning {{comparison of integers of different signs}}
24 (a < (unsigned long) b) + // expected-warning {{comparison of integers of different signs}}
28 ((long) a < b) + // expected-warning {{comparison of integers of different signs}}
29 ((int) a < b) + // expected-warning {{comparison of integers of different signs}}
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_constants.h 26 // manager signs in on the machine.
supervised_user_password_browsertest.cc 76 // Supervised user signs in, get sync notification about password update, and
101 // Supervised user signs in for second time, and actual password migration takes
124 // Manager signs in, gets sync notification about supervised user password
166 // After that supervised user signs in, and no password change happens.
189 // Supervised user signs in, get sync notification about password update, and
214 // After that manager signs in, and also detects password change. Manager
256 // When supervised user signs in, password is already migrated, so no migration
  /external/chromium_org/crypto/
ec_signature_creator.h 26 // Signs data using a bare private key (as opposed to a full certificate).
45 // Signs |data_len| bytes from |data| and writes the results into
signature_creator.h 26 // Signs data using a bare private key (as opposed to a full certificate).
44 // Signs the precomputed |hash_alg| digest |data| using private |key| as
  /external/chromium_org/net/data/ssl/scripts/
generate-multi-root-test-chains.sh 49 echo D signs itself.
69 echo E signs itself.
101 echo D signs the C intermediate.
113 echo E signs the C2 intermediate.
125 echo C signs the B intermediate.
143 echo B signs A.
generate-redundant-test-chains.sh 53 echo D signs itself.
73 echo C2 signs itself.
97 echo D signs the C intermediate.
109 echo C signs the B intermediate.
127 echo B signs A.
generate-duplicate-cn-certs.sh 42 echo B signs itself.
69 echo B signs A1.
79 echo B signs A2.
  /external/chromium_org/components/signin/core/browser/
signin_client.h 53 // regenerated if user signs out and signs back in.
58 // Clears signin scoped device id. This happens when user signs out or about
signin_account_id_helper.h 18 // account. It fetches the ID when user first signs into Chrome or when user
  /external/chromium_org/components/ownership/
owner_settings_service.h 56 // Assembles and signs |policy| on the |task_runner|, responds on
63 // Signs |settings| with the private half of the owner key and sends
  /external/chromium_org/components/signin/core/common/
signin_pref_names.cc 32 // signs out and signs back in. When refresh token is requested for this user it
  /external/lldb/utils/vim-lldb/python-vim-lldb/
vim_signs.py 2 # Classes responsible for drawing signs in the Vim user interface.
24 # Get the sign name, either by defining it, or looking it up in the map of defined signs
vim_ui.py 26 # Currently shown signs
78 # Clear all existing PC signs
130 """ Decorates buffer with signs corresponding to breakpoints in target. """
166 # Hide any signs that correspond with disabled breakpoints
175 # Show any signs for new breakpoints
  /bionic/libc/tzcode/
difftime.c 35 ** time1 and time0 have opposite signs.
  /external/chromium_org/chrome/browser/chromeos/policy/
consumer_management_service.h 53 // stored in the boot lockbox and the owner signs in.
143 // Stores the device owner user ID into the boot lockbox and signs it.
190 // Called when the owner signs in.
194 // lockbox and the owner signs in.
  /external/chromium_org/chrome/browser/ui/cocoa/
one_click_signin_dialog_controller.h 20 // After the user signs into chrome this class is used to display a tab modal
  /external/chromium_org/sync/protocol/
device_info_specifics.proto 42 // Device_id that is stable until user signs out. This device_id is used for
  /external/clang/test/Index/
cxx-operator-overload.cpp 22 // Yep, we can show references of '+' plus signs that are overloaded, w00t!
  /external/icu/icu4c/source/layout/
KhmerReordering.h 27 // split vowels, signs... but there is only one base in a syllable, it has to be coded as
57 // Signs -> Khmer has above signs and post signs. Only one above sign and/or one post sign are
  /external/llvm/docs/HistoricalNotes/
2003-01-23-CygwinNotes.txt 26 does not like = signs in rules. Burg's gram.yc source file uses them. I think
  /external/chromium_org/google_apis/gaia/
oauth_request_signer.h 54 // Signs a request specified as URL string, complete with parameters.
67 // Signs a request specified as the combination of a base URL string, with

Completed in 1016 milliseconds

1 2 3 4 5 6 7 8 91011>>