HomeSort by relevance Sort by last modified time
    Searched refs:identity (Results 376 - 400 of 687) sorted by null

<<11121314151617181920>>

  /libcore/ojluni/src/main/java/java/util/stream/
IntStream.java 319 * elements of this stream, using the provided identity value and an
324 * int result = identity;
332 * <p>The {@code identity} value must be an identity for the accumulator
334 * {@code accumulator.apply(identity, x)} is equal to {@code x}.
359 * @param identity the identity value for the accumulating function
370 int reduce(int identity, IntBinaryOperator op);
    [all...]
LongStream.java 323 * elements of this stream, using the provided identity value and an
328 * long result = identity;
336 * <p>The {@code identity} value must be an identity for the accumulator
338 * {@code accumulator.apply(identity, x)} is equal to {@code x}.
363 * @param identity the identity value for the accumulating function
374 long reduce(long identity, LongBinaryOperator op);
    [all...]
IntPipeline.java 456 public final int reduce(int identity, IntBinaryOperator op) {
457 return evaluate(ReduceOps.makeInt(identity, op));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_adaptor.hpp 164 , mpl::identity<T>
iterator_facade.hpp 35 #include <boost/mpl/identity.hpp>
291 , mpl::identity<Iterator>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessor/
def_params_tail.hpp 23 #include <boost/preprocessor/identity.hpp>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
  /external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c 88 const u8 *identity, *password; local
99 identity = eap_get_config_identity(sm, &identity_len);
100 if (identity == NULL) {
101 wpa_printf(MSG_INFO, "EAP-PWD: No identity configured!");
123 os_memcpy(data->id_peer, identity, identity_len);
278 os_memcpy(data->id_server, id->identity, data->id_server_len);
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 1071 * This function is used to generate a fast re-authentication identity for
1201 * @identity_len: Length of identity
1219 "identity '%s'", reauth_id, permanent);
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 1787 SkMatrix identity; local
1944 SkMatrix identity; local
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigManagerTest.java 925 public String identity; field in class:WifiConfigManagerTest.EnterpriseConfig
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h     [all...]
  /external/curl/tests/
sshserver.pl 93 my $identity = 'curl_client_key'; # default identity file
352 # -C: identity comment : OpenSSH 1.2.1 and later
358 # -C: identity comment : SunSSH 1.0.0 and later
763 my $identity_config = abs_path("$path/$identity");
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
LocalCache.java 520 return Equivalence.identity();
527 return Equivalence.identity();
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetTest.java 376 .keyEquivalence(Equivalence.identity());
461 .keyEquivalence(Equivalence.identity());
  /external/v8/src/heap/
mark-compact.h 437 int ParallelSweepSpace(AllocationSpace identity, int required_freed_bytes,
439 int ParallelSweepPage(Page* page, AllocationSpace identity);
  /frameworks/base/libs/hwui/
ClipArea.cpp 306 mRectangleList.set(mClipRect, Matrix4::identity());
490 rectList.set(mClipRect, Matrix4::identity());
  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 52 public static final String IDENTITY_KEY = "identity";
299 /** EAP-Subscriber Identity Module */
378 // wpa_supplicant can update the anonymous identity for these kinds of networks after
505 * Set the identity
506 * @param identity
508 public void setIdentity(String identity) {
509 setFieldValue(IDENTITY_KEY, identity, "");
513 * Get the identity
514 * @return the identity
521 * Set anonymous identity. This is used as the unencrypted identity wit
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 2719 final long identity = Binder.clearCallingIdentity(); local
3005 final long identity = Binder.clearCallingIdentity(); local
3085 final long identity = Binder.clearCallingIdentity(); local
3095 final long identity = Binder.clearCallingIdentity(); local
    [all...]
  /external/guava/guava/src/com/google/common/base/
Converter.java 455 public static <T> Converter<T, T> identity() {
493 return "Converter.identity()";
Functions.java 75 * Returns the identity function.
79 public static <E> Function<E, E> identity() { method in class:Functions
94 return "identity";
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw.c 314 switch (hwtnl->cmd.vdecl[i].identity.type) {
  /external/mesa3d/src/gallium/targets/egl-static/
Makefile 26 $(TOP)/src/gallium/drivers/identity/libidentity.a \
  /external/skia/src/core/
SkBitmap.cpp 1038 SkMatrix identity; local
    [all...]

Completed in 349 milliseconds

<<11121314151617181920>>